Skip to content

Commit f7c2085

Browse files
authored
Skip concurrent downstream tests (#208)
1 parent 25a5160 commit f7c2085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ on:
33
push:
44
branches: [master]
55
tags: [v*]
6+
paths-ignore:
7+
- 'LICENSE'
8+
- 'README.md'
9+
- '.github/workflows/TagBot.yml'
610
pull_request:
711
paths-ignore:
812
- 'LICENSE'
913
- 'README.md'
1014
- '.github/workflows/TagBot.yml'
1115

16+
concurrency:
17+
group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
18+
cancel-in-progress: true
19+
1220
jobs:
1321
pre_job:
1422
# continue-on-error: true # Uncomment once integration is finished

0 commit comments

Comments
 (0)