Skip to content

Commit b75879a

Browse files
committed
Fix workflow.
1 parent 11b3e8a commit b75879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '*'
99

1010
concurrency:
11-
group: ${{ github.head_ref }}
11+
group: ${{ github.head_ref || github.run_id }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)