Commit 36f3dfc3 authored by Protocole's avatar Protocole
Browse files

Merge branch '356-add-anti-virus-rules-to-schedule-pipeline' into 'latest'

Resolve "Add anti virus rules to schedule pipeline"

Closes #356

See merge request r2devops/hub!201
parents 3d673e2c 03c0f5b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ generate_job_av:
    policy: pull-push
  rules:
    - if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" && $CI_PROJECT_PATH_SLUG == "r2devops-hub"'
    - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_CLAMAV_PIPELINE && $CI_PROJECT_PATH_SLUG == "r2devops-hub"'

child_job_av:
  stage: merge_tests
@@ -317,3 +318,4 @@ child_job_av:
    strategy: depend
  rules:
    - if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train" && $CI_PROJECT_PATH_SLUG == "r2devops-hub"'
    - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_CLAMAV_PIPELINE && $CI_PROJECT_PATH_SLUG == "r2devops-hub"'
 No newline at end of file