Commit 4cd8a153 authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

modify ingestion stage rules for test

parent 998438fb
Pipeline #12192 failed with stages
in 39 seconds
......@@ -164,7 +164,11 @@ ingest:
echo "Ingestion finished."
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_COMMIT_BRANCH'
- if: '$CI_COMMIT_TAG'
when: never
artifacts:
when: always
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment