From ab6ab519e6d8a9245eb593c07bcc39eda757c64a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 30 Jul 2021 11:10:37 +0300 Subject: [PATCH] ci: only run sanitized jobs on changes to the compiler itself (vlib/v/) --- .github/workflows/ci_sanitized.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_sanitized.yml b/.github/workflows/ci_sanitized.yml index c73b3c644a..25026ed5ca 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -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: