Skip to content
Snippets Groups Projects
Commit 8ee165c2 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Fix scheduled pipeline (#4855)

* [ci] Fix scheduled pipeline

* empty commit for pipeline rerun
parent 188840dc
Branches
No related merge requests found
...@@ -91,6 +91,7 @@ default: ...@@ -91,6 +91,7 @@ default:
- if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "pipeline"
when: never when: never
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_COMMIT_REF_NAME == "master" - if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
...@@ -638,11 +639,7 @@ zombienet-test-parachains-upgrade-smoke-test: ...@@ -638,11 +639,7 @@ zombienet-test-parachains-upgrade-smoke-test:
stage: deploy stage: deploy
image: "${ZOMBIENET_IMAGE}" image: "${ZOMBIENET_IMAGE}"
<<: *kubernetes-env <<: *kubernetes-env
rules: <<: *zombienet-refs
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
needs: needs:
- job: publish-polkadot-image - job: publish-polkadot-image
- job: publish-malus-image - job: publish-malus-image
......
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