mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-04 11:37:04 -04:00
Merge branch 'limit-ci-testing' into 'main'
Limit CI testing to relevant changes See merge request veilid/veilid!339
This commit is contained in:
commit
57366cb175
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ test_build:
|
|||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- changes:
|
||||
- veilid-*/**
|
||||
- '**/*[Cc]argo*'
|
||||
|
||||
semgrep:
|
||||
# A Docker image with Semgrep installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue