Skip to content

Commit

Permalink
Don't run tests when push only has documentation changes
Browse files Browse the repository at this point in the history
We don't need to run unit, system or screenshot tests
  • Loading branch information
samtygier-stfc committed Apr 5, 2024
1 parent d8833ce commit 4dc6a52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- 'main'
- 'release-*'
pull_request:
paths:
- '**'
- '!docs/**'
release:
merge_group:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cos7_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- 'main'
- 'release-*'
pull_request:
paths:
- '**'
- '!docs/**'
merge_group:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/u18_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- 'main'
- 'release-*'
pull_request:
paths:
- '**'
- '!docs/**'
merge_group:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- 'main'
- 'release-*'
pull_request:
paths:
- '**'
- '!docs/**'
release:
merge_group:

Expand Down

0 comments on commit 4dc6a52

Please sign in to comment.