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 28f6c5b commit 3e694c5Copy full SHA for 3e694c5
1 file changed
.github/workflows/dry-run-build.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
- dev
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build:
15
runs-on: ubicloud-standard-2
0 commit comments