We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679b033 commit 6859683Copy full SHA for 6859683
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ on:
28
- release-*
29
pull_request:
30
concurrency:
31
- group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
+ group: ${{ github.workflow }}-${{ github.ref_name }}
32
cancel-in-progress: true
33
34
jobs:
0 commit comments