Skip to content

Commit 0b10e39

Browse files
authored
Fix 'pr' workflow (#6005)
1 parent d018d99 commit 0b10e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
# Cancel any current or previous job from the same PR
1414
concurrency:
15-
group: ${{ github.head_ref }}
15+
group: ${{ github.head_ref || github.run_id }}
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)