Skip to content

Commit 9d06d22

Browse files
committed
add concurrency flag
1 parent fef44a0 commit 9d06d22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7+
8+
concurrency:
9+
group: ${{ github.head_ref || github.ref_name }}
10+
cancel-in-progress: true
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)