Skip to content

Commit

Permalink
Avoid the readthedocs action for a [skip ci] commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 12, 2024
1 parent cf8d712 commit cfc437a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
if: |
!contains(format('{0} {1} {2}', github.event.head_commit.message, github.event.pull_request.title, github.event.pull_request.body), '[skip ci]')
with:
project-slug: "xarray-ms"

0 comments on commit cfc437a

Please sign in to comment.