Skip to content

Commit e2fdd9c

Browse files
committed
CI: terminate outdated CI runs
Signed-off-by: Andrew Helwer <[email protected]>
1 parent 3d76c4a commit e2fdd9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- master
99
repository_dispatch:
1010
types: [tlaplus-dispatch]
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
1114

1215
jobs:
1316
validate:

0 commit comments

Comments
 (0)