We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe84bb commit ffebb82Copy full SHA for ffebb82
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
12
# cancel already running builds of the same branch or pull request
13
concurrency:
14
- group: ci-${{ github.head_ref }} || concat(${{ github.ref }}
+ group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.sha }}
15
cancel-in-progress: true
16
17
env:
0 commit comments