We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b3e8a commit b75879aCopy full SHA for b75879a
.github/workflows/continuous-integration-workflow.yml
@@ -8,7 +8,7 @@ on:
8
- '*'
9
10
concurrency:
11
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.run_id }}
12
cancel-in-progress: true
13
14
jobs:
0 commit comments