Verified Commit 185fb026 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure component check job only runs when the pre-commit job runs

parent c3cfc4f7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ Tag Release:
Check Component:
  stage: test
  image: badouralix/curl-jq
  rules:
  - if: $CI_PIPELINE_SOURCE == "push"
  script:
  - |
    jobs_endpoint="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs"