mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 15:28:02 +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
|
||||
allow_failure: true
|
||||
|
||||
# Check whether Polkadot 'master' branch builds using this Substrate commit.
|
||||
# Nightly check whether Polkadot 'master' branch builds.
|
||||
check_polkadot:
|
||||
stage: build
|
||||
<<: *docker-env
|
||||
allow_failure: true
|
||||
only:
|
||||
- master
|
||||
- schedules
|
||||
script:
|
||||
- SUBSTRATE_PATH=$(pwd)
|
||||
# Clone the current Polkadot master branch into ./polkadot.
|
||||
|
||||
Reference in New Issue
Block a user