mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
[ci] Fix scheduled pipeline (#4855)
* [ci] Fix scheduled pipeline * empty commit for pipeline rerun
This commit is contained in:
committed by
GitHub
parent
188840dca1
commit
8ee165c2c1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user