We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742f1eb commit 65e2da2Copy full SHA for 65e2da2
.github/workflows/manual.yml
@@ -42,7 +42,7 @@ permissions:
42
# Disallow concurrent runs for the same PR by cancelling in-progress runs
43
# when new commits are pushed
44
concurrency:
45
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: Manual_Build-${{ github.event.pull_request.number || github.ref }}
46
cancel-in-progress: true
47
48
jobs:
0 commit comments