Skip to content

Commit 52adb21

Browse files
committed
Fix 'pr' workflow (apollographql#6005)
1 parent 2bb887c commit 52adb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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)