Skip to content
Snippets Groups Projects
Commit 79d07a59 authored by Arie Peterson's avatar Arie Peterson
Browse files

Do not run pipeline for main

parent 769ee3d0
No related branches found
No related tags found
1 merge request!595Resolve "Cypress clicks wrong button"
include: include:
- remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
- remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/dummy_job.yml - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/dummy_job.yml
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
workflow:
rules:
# Run for merge requests.
- if: $CI_MERGE_REQUEST_IID
# Run for tags.
- if: $CI_COMMIT_TAG
# Run when created from the Gitlab web UI ("Run pipeline").
- if: '$CI_PIPELINE_SOURCE == "web"'
.use_kubernetes: .use_kubernetes:
image: image:
......
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