Skip to content
Snippets Groups Projects
Verified Commit 2816638e authored by Konrad Botor's avatar Konrad Botor
Browse files

Fixed trigger job - ref. #205

parent 112981af
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!609Fixed trigger job - ref. #205
...@@ -518,7 +518,7 @@ Trigger benchmark-results-collector: ...@@ -518,7 +518,7 @@ Trigger benchmark-results-collector:
stage: collector stage: collector
needs: needs:
- job: e2e_benchmark - job: e2e_benchmark
artifacts: false artifacts: true # Even though variables.env is not a regular artifact, but a dotenv report, this still needs to be set to true
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment