Skip to content

Commit

Permalink
Disabled merge request pipleines
Browse files Browse the repository at this point in the history
  • Loading branch information
Forinil committed Mar 29, 2024
1 parent c479557 commit 2362704
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,12 @@ variables:
CI_DEBUG_SERVICES: "false" #All the service logs should be saved as artifacts, so it's fine to turn this off.

include:
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
- project: hive/haf
ref: e988b4e0d221f4b8efcad2bc2e1b587e4c227669 # master
file: /scripts/ci-helpers/prepare_data_image_job.yml # implicitly pulls base.gitlab-ci.yml from common-ci-configuration


workflow:
rules:
- if: '$CI_MERGE_REQUEST_IID'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH || $CI_COMMIT_TAG'

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| ANCHORS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

.shared_tags:
Expand Down Expand Up @@ -545,8 +539,6 @@ Trigger benchmark-results-collector:
- job: e2e_benchmark
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
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
- if: '$CI_COMMIT_BRANCH == "develop"'
Expand Down

0 comments on commit 2362704

Please sign in to comment.