Skip to content

Commit

Permalink
Ignore known test paths
Browse files Browse the repository at this point in the history
- Don't ignore change logs
  • Loading branch information
philderbeast committed Feb 1, 2025
1 parent 9ca5ab3 commit 61a5238
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/check-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@ concurrency:
on:
push:
paths-ignore:
- "doc/**"
- "CONTRIBUTING.md"
- "changelog.d/**"
# only top level for these, because various test packages have them too
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
- 'CONTRIBUTING.md'
- 'doc/**'
- 'release-notes/**'
- 'Cabal-tests/test/**'
- 'cabal-testsuite/PackageTests/**'
pull_request:
paths-ignore:
- "doc/**"
- "CONTRIBUTING.md"
- "changelog.d/**"
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
- 'CONTRIBUTING.md'
- 'doc/**'
- 'release-notes/**'
- 'Cabal-tests/test/**'
- 'cabal-testsuite/PackageTests/**'
release:
types:
- created
Expand Down

0 comments on commit 61a5238

Please sign in to comment.