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 164dc01 commit 79a27a4Copy full SHA for 79a27a4
.github/workflows/pr-build.yml
@@ -12,6 +12,12 @@ on:
12
- main
13
- v2-release
14
15
+# For every PR, cancel any previous builds in progress
16
+# ... but for all other builds we keep them running
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.pull_request.number || github.run_id }}
19
+ cancel-in-progress: true
20
+
21
jobs:
22
build:
23
runs-on: aws-cdk_ubuntu-latest_32-core
0 commit comments