Skip to content
Snippets Groups Projects
Commit 20604ecc authored by gabriel klawitter's avatar gabriel klawitter Committed by Bastian Köcher
Browse files

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

parent bb9c9220
Branches
No related merge requests found
......@@ -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} \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment