Skip to content

Commit

Permalink
ci(appveyor): only run for code and setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jul 19, 2024
1 parent e16bf58 commit c1d2638
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,13 @@ matrix:
- KNOWN2FAIL: 1


# do not run the CI if only documentation changes were made
# only run the CI for code changes.
# documentation builds are tested elsewhere and cheaper
skip_commits:
only_commits:
files:
- docs/
- changelog.d/
- .github/
- CHANGELOG.md
- CITATION.cff
- CONTRIBUTORS
- LICENSE
- Makefile
- README.md
- readthedocs.yml
- .appveyor.yml
- datalad_dataverse/
- tools/


# it is OK to specify paths that may not exist for a particular test run
Expand Down

0 comments on commit c1d2638

Please sign in to comment.