mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Fix SAST job execution conditions
This commit is contained in:
parent
aec3387b9a
commit
5d6f03a778
1 changed files with 9 additions and 0 deletions
|
|
@ -411,6 +411,15 @@ sast:
|
|||
ANALYZER_TARGET_DIR: $CI_PROJECT_DIR/tmp/
|
||||
needs:
|
||||
- fdroid build
|
||||
rules:
|
||||
- if: '$CI_DEFAULT_BRANCH && $CI_PROJECT_PATH == "fdroid/fdroiddata"'
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "trigger"'
|
||||
when: never
|
||||
|
||||
mobsf-ios-sast:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue