check_polkadot now runs nightly and on master (merges) only (#4492)

This commit is contained in:
Denis Pisarev
2020-01-03 21:51:26 +01:00
committed by Gavin Wood
parent c5fe4295f8
commit 75702e146e
+4 -1
View File
@@ -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.