diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 700a8ed..3dec32d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -1,15 +1,17 @@ +name: Clang-Format +'on': + workflow_dispatch: + inputs: + extra_resolve_options: + description: Extra Resolve Options + required: false + push: + branches: + - master + pull_request: concurrency: cancel-in-progress: true group: ${{ github.workflow }}-${{ github.ref || github.run_id }} jobs: Clang-Format: uses: steinwurf/clang-format-action/.github/workflows/action.yml@4.0.0 -name: Clang-Format -'on': - pull_request: null - push: - branches: - - master - schedule: - - cron: 0 1 * * * - workflow_dispatch: null