We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent c71a5fb commit 8cb2bb9Copy full SHA for 8cb2bb9
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ defaults:
3
shell: bash -leo pipefail {0}
4
5
concurrency:
6
- group: ${{ github.head_ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7
cancel-in-progress: true
8
9
jobs:
0 commit comments