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

Commit c0d2b8c

Browse files
authored
build: Don't run provisioning tests on docs-only PRs and pushes (#1173)
NB: This approach will only works so long as the provisioning tests are not required. Also, drop the `branches: **` directive, which looks like a no-op.
1 parent efafc92 commit c0d2b8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/provisioning-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: Provisioning tests
55
on:
66
push:
77
branches: [master]
8+
paths-ignore:
9+
- '**.rst'
810
pull_request:
9-
branches:
10-
- '**'
11+
paths-ignore:
12+
- '**.rst'
1113
schedule:
1214
# run at 7:30 am M-F
1315
- cron: '30 11 * * 1-5'

0 commit comments

Comments
 (0)