diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index a75c678..966d92a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -4,7 +4,7 @@ on: | |||
4 | workflow_dispatch: | 4 | workflow_dispatch: |
5 | 5 | ||
6 | concurrency: | 6 | concurrency: |
7 | group: "${{ github.workflow }}-${{ github.ref }}" | 7 | group: "${{ github.workflow }}-${{ github.event.number || github.ref }}" |
8 | cancel-in-progress: true | 8 | cancel-in-progress: true |
9 | 9 | ||
10 | jobs: | 10 | jobs: |