Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e52c24

Browse files
authored
Merge pull request #22919 from larsoner/cancel
CI: Add concurrency skips for GH Actions
2 parents 1ab4a53 + a8d9d2e commit 6e52c24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Tests
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
4+
cancel-in-progress: true
25

36
on:
47
push:

0 commit comments

Comments
 (0)