Skip to content

Commit

Permalink
Better concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 26, 2022
1 parent bead20c commit 9e27a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '1.6.*'

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

jobs:
Expand Down

0 comments on commit 9e27a17

Please sign in to comment.