Merge pull request #7701 from roc-lang/bhansconnect/push-ymplszqvrkqx

Ignore more files in the ci manager filter
This commit is contained in:
Luke Boswell 2025-03-14 15:37:47 +11:00 committed by GitHub
commit 1962383e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,16 @@ jobs:
- '!build.zig.zon'
- '!.github/workflows/ci_zig.yml'
- '!ci/zig_lints.sh'
# Files that ci manager workflows should not run on.
- '!.gitignore'
- '!.reuse'
- '!AUTHORS'
- '!LEGAL_DETAILS'
- '!LICENSE'
- '!*.md'
- '!src/**/*.md'
- '!design/**'
- '!examples/**'
call-zig-workflow:
needs: check-changes