We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d018d99 commit 0b10e39Copy full SHA for 0b10e39
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ env:
12
13
# Cancel any current or previous job from the same PR
14
concurrency:
15
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.run_id }}
16
cancel-in-progress: true
17
18
jobs:
0 commit comments