Skip to content

Commit

Permalink
ci: skip GitHub CI tests if only .hpc/ files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 18, 2023
1 parent 5b40e18 commit 42d25c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'doc/**.py'
- 'doc/**.sh'
- 'doc/**.xlsx'
- '.hpc/**'
pull_request:
branches:
- master
Expand All @@ -33,6 +34,7 @@ on:
- 'doc/**.py'
- 'doc/**.sh'
- 'doc/**.xlsx'
- '.hpc/**'
jobs:
lint:
name: Check format
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
paths-ignore:
- '.github/workflows/release.yml'
- '.hpc/**'
pull_request:
branches:
- master
- develop
paths-ignore:
- '.github/workflows/release.yml'
- '.hpc/**'
jobs:
rtd_build:
name: Build ReadTheDocs
Expand Down

0 comments on commit 42d25c3

Please sign in to comment.