diff --git a/.github/workflows/nodebug.yml b/.github/workflows/nodebug.yml index 7047d4c..b05228e 100644 --- a/.github/workflows/nodebug.yml +++ b/.github/workflows/nodebug.yml @@ -8,10 +8,13 @@ name: No Assertions push: branches: - master - pull_request: + pull_request: null jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/action.yml@8.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }} +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true