mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
[ci] Enable zombienet jobs in PRs (#2361)
Since preparation for the merge queues needs more time I'm enabling zombienet jobs in PRs CI back.
This commit is contained in:
committed by
GitHub
parent
ea4085ab74
commit
d4c426afd4
@@ -4,7 +4,7 @@
|
||||
.zombienet-before-script:
|
||||
before_script:
|
||||
# Exit if the job is not merge queue
|
||||
- if [[ $CI_COMMIT_REF_NAME != *"gh-readonly-queue"* ]]; then echo "I will run only in a merge queue"; exit 0; fi
|
||||
# - if [[ $CI_COMMIT_REF_NAME != *"gh-readonly-queue"* ]]; then echo "I will run only in a merge queue"; exit 0; fi
|
||||
- echo "Zombie-net Tests Config"
|
||||
- echo "${ZOMBIENET_IMAGE}"
|
||||
- echo "${POLKADOT_IMAGE}"
|
||||
|
||||
Reference in New Issue
Block a user