Skip to content

Commit 7aa71c3

Browse files
m
1 parent e13ecdc commit 7aa71c3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pull.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ name: PR CI
44
on:
55
pull_request:
66

7+
# Concurrency control helps free up runners faster and speed up development.
8+
# When new commits are pushed in PR, the previous workflow run is cancelled.
9+
# If you want to not cancel previous workflow then remove this in you PR temporarily. Before merging to main add it back.
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
714
permissions:
815
id-token: write
916
contents: read

0 commit comments

Comments
 (0)