Skip to content

Commit 8d6a861

Browse files
Add fallback value to concurrency.group (#2391)
For runs on `master`
1 parent 50ac095 commit 8d6a861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
concurrency:
12-
group: ${{ github.head_ref }}
12+
group: ${{ github.head_ref || github.run_id }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)