Skip to content

Commit

Permalink
Fix 'pr' workflow (apollographql#6005)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Jun 27, 2024
1 parent d018d99 commit 0b10e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

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

jobs:
Expand Down

0 comments on commit 0b10e39

Please sign in to comment.