1
0
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:
Delyan Angelov 2021-07-30 11:10:37 +03:00
parent c31397e17d
commit ab6ab519e6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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: