mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: only run sanitized jobs on changes to the compiler itself (vlib/v/)
This commit is contained in:
parent
c31397e17d
commit
ab6ab519e6
10
.github/workflows/ci_sanitized.yml
vendored
10
.github/workflows/ci_sanitized.yml
vendored
@ -2,11 +2,13 @@ name: Sanitized CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
paths:
|
||||
- '!**'
|
||||
- 'vlib/v/**.v'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
paths:
|
||||
- '!**'
|
||||
- 'vlib/v/**.v'
|
||||
|
||||
jobs:
|
||||
no-scheduling:
|
||||
|
Loading…
Reference in New Issue
Block a user