We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13399a3 commit dc2121eCopy full SHA for dc2121e
.github/workflows/build.yml
@@ -2,6 +2,11 @@
2
3
name: Build and Test Linux SDK
4
5
+# auto cancel previous in-progress job
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
+
10
# Controls when the action will run. Triggers the workflow on push or pull request
11
# events but only for the dev_* branch
12
on:
.github/workflows/docker.yml
@@ -1,5 +1,10 @@
1
name: Build Linux SDK Docker Image
push:
branches: [ dev* ]
0 commit comments