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 fef44a0 commit 9d06d22Copy full SHA for 9d06d22
.github/workflows/validations.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
workflow_dispatch:
7
+
8
+concurrency:
9
+ group: ${{ github.head_ref || github.ref_name }}
10
+ cancel-in-progress: true
11
12
jobs:
13
build:
0 commit comments