mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 09:41:07 +00:00
check_polkadot now runs nightly and on master (merges) only (#4492)
This commit is contained in:
committed by
Gavin Wood
parent
c5fe4295f8
commit
75702e146e
@@ -346,11 +346,14 @@ check_warnings:
|
|||||||
fi
|
fi
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
# Check whether Polkadot 'master' branch builds using this Substrate commit.
|
# Nightly check whether Polkadot 'master' branch builds.
|
||||||
check_polkadot:
|
check_polkadot:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- schedules
|
||||||
script:
|
script:
|
||||||
- SUBSTRATE_PATH=$(pwd)
|
- SUBSTRATE_PATH=$(pwd)
|
||||||
# Clone the current Polkadot master branch into ./polkadot.
|
# Clone the current Polkadot master branch into ./polkadot.
|
||||||
|
|||||||
Reference in New Issue
Block a user