ci: fetch master branch for runtime diff (#708)

This commit is contained in:
gabriel klawitter
2019-12-27 17:07:48 +09:00
committed by Bastian Köcher
parent bb9c92204b
commit 20604ecc50
+3
View File
@@ -29,6 +29,9 @@ github_label () {
# make sure the master branch is available in shallow clones
git fetch --depth=${GIT_DEPTH:-100} origin master
# check if the wasm sources changed
if ! git diff --name-only origin/master...${CI_COMMIT_SHA} \