Skip to content

Commit

Permalink
feat: remove docs from provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap committed Jul 16, 2024
1 parent c002c9d commit b69920a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
branches: [master]
paths-ignore:
- '**.rst'
- 'docs/'
pull_request:
paths-ignore:
- '**.rst'
- 'docs/'
schedule:
# run at 7:30 am M-F
- cron: '30 11 * * 1-5'
Expand Down Expand Up @@ -108,6 +110,3 @@ jobs:
to: [email protected]
from: github-actions <[email protected]>
body: Devstack provisioning tests in ${{github.repository}} are back to normal for ${{matrix.services}}

- name: docs
run: make docs

0 comments on commit b69920a

Please sign in to comment.