[ci] Fix scheduled pipeline (#4855)

* [ci] Fix scheduled pipeline

* empty commit for pipeline rerun
This commit is contained in:
Alexander Samusev
2022-02-07 11:48:56 +01:00
committed by GitHub
parent 188840dca1
commit 8ee165c2c1
+2 -5
View File
@@ -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:
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