Skip to content

Commit

Permalink
Fixed trigger job - ref. #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Forinil committed Sep 25, 2023
1 parent 112981a commit 2816638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Trigger benchmark-results-collector:
stage: collector
needs:
- 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:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
Expand Down

0 comments on commit 2816638

Please sign in to comment.