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 897db29 commit 5e7e966Copy full SHA for 5e7e966
1 file changed
.github/workflows/verification.yml
@@ -15,6 +15,10 @@ on:
15
- reopened
16
17
workflow_dispatch:
18
+
19
+concurrency:
20
+ group: verification-${{ github.ref }}-1
21
+ cancel-in-progress: true
22
23
jobs:
24
verify-bunit:
0 commit comments