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 71b0c8f commit 3e14e89Copy full SHA for 3e14e89
.github/workflows/build_pass.yml
@@ -1,5 +1,10 @@
1
name: Build passes check
2
on: [ push ]
3
+
4
+concurrency:
5
+ group: "continuous_test"
6
+ cancel-in-progress: true
7
8
jobs:
9
build-check:
10
name: Build check
0 commit comments