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 63c3446 commit fc61d50Copy full SHA for fc61d50
1 file changed
.github/workflows/pr-checks-test-ci.yml
@@ -13,6 +13,10 @@ on:
13
- ".github/workflows/pr-checks-test-ci.yml"
14
- ".github/workflows/ci.yml"
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress: true
19
+
20
env:
21
ACT_VERSION: v0.2.82
22
0 commit comments