Skip to content

Commit 83b6f47

Browse files
committed
chore(ci): Fix concurrency key for require-milestone (#1607)
1 parent d1099f2 commit 83b6f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/require-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Cancel in-progress runs of this workflow.
1010
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
12+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number }}
1313
cancel-in-progress: true
1414

1515
permissions:

0 commit comments

Comments
 (0)