Skip to content

Commit 6a17e5a

Browse files
authored
Cancel concurrent in downstream tests (#244)
1 parent 068dc31 commit 6a17e5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- 'README.md'
1010
- '.github/workflows/TagBot.yml'
1111

12+
concurrency:
13+
group: build-${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
pre_job:
1418
# continue-on-error: true # Uncomment once integration is finished

0 commit comments

Comments
 (0)