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 d9e36f7 commit 8145e5dCopy full SHA for 8145e5d
.github/workflows/pull-request.yml
@@ -9,6 +9,10 @@ permissions:
9
issues: write
10
actions: write
11
12
+concurrency:
13
+ group: pr-build-${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ github.event.label.name == 'build' && 'build' || github.run_id }}
14
+ cancel-in-progress: ${{ github.event.label.name == 'build' && github.event.action == 'unlabeled' }}
15
+
16
jobs:
17
gate:
18
if: github.event.action == 'labeled' && github.event.label.name == 'build'
0 commit comments