We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05d0fcb + e39c656 commit 78fdf06Copy full SHA for 78fdf06
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ permissions:
11
pull-requests: write
12
13
concurrency:
14
- group: ${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: true
16
17
jobs:
0 commit comments