Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 9533cbf

Browse files
authored
cancel tests in progress
1 parent 835eea6 commit 9533cbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77
pull_request:
8+
9+
concurrency:
10+
group: tests-${{ github.ref }}
11+
cancel-in-progress: true
812

913
jobs:
1014
tests:

0 commit comments

Comments
 (0)