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

Skip to content

Commit 438f175

Browse files
authored
skip downstream if only docs changes (#15091)
2 parents b3edf5e + 6c87637 commit 438f175

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ name: Run Downstream tests
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- '**.md'
8+
- '**.rst'
59
pull_request:
10+
paths-ignore:
11+
- 'docs/**'
12+
- '**.md'
13+
- '**.rst'
614
# Run weekly on Monday at 1:23 UTC
715
schedule:
816
- cron: '23 1 * * 1'

0 commit comments

Comments
 (0)