mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-14 08:50:00 -05:00
Limit CI testing to relevant changes
This commit is contained in:
parent
2cf82dd7b8
commit
24f3438b31
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user