diff --git a/.github/workflows/pr-test-suite.yml b/.github/workflows/pr-test-suite.yml index 816c81606..760638b82 100644 --- a/.github/workflows/pr-test-suite.yml +++ b/.github/workflows/pr-test-suite.yml @@ -13,7 +13,7 @@ permissions: contents: read concurrency: # https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha - group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: