mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Merge pull request #7701 from roc-lang/bhansconnect/push-ymplszqvrkqx
Ignore more files in the ci manager filter
This commit is contained in:
commit
1962383e19
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci_manager.yml
vendored
10
.github/workflows/ci_manager.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue