Skip to content

Commit

Permalink
Add fallback value to concurrency.group (#2391)
Browse files Browse the repository at this point in the history
For runs on `master`
  • Loading branch information
martijnbastiaan authored Jan 3, 2023
1 parent 50ac095 commit 8d6a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 8d6a861

Please sign in to comment.