Limit CI testing to relevant changes

This commit is contained in:
TC 2024-12-25 16:10:27 +00:00
parent 2cf82dd7b8
commit 24f3438b31

View File

@ -92,6 +92,9 @@ test_build:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- changes:
- veilid-*/**
- '**/*[Cc]argo*'
semgrep: semgrep:
# A Docker image with Semgrep installed. # A Docker image with Semgrep installed.