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

Commit

Permalink
build: Don't run provisioning tests on docs-only PRs and pushes (#1173)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timmc-edx authored Sep 12, 2023
1 parent efafc92 commit c0d2b8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ name: Provisioning tests
on:
push:
branches: [master]
paths-ignore:
- '**.rst'
pull_request:
branches:
- '**'
paths-ignore:
- '**.rst'
schedule:
# run at 7:30 am M-F
- cron: '30 11 * * 1-5'
Expand Down

0 comments on commit c0d2b8c

Please sign in to comment.