Skip to content
Snippets Groups Projects
Unverified Commit 654d60c3 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

ci: skip check-semver in master and merge queue (#6762)

tbd
parent 82117ad5
No related merge requests found
Pipeline #508262 waiting for manual action with stages
in 11 minutes and 2 seconds
......@@ -78,6 +78,11 @@ jobs:
- name: check semver
run: |
if [ -z "$PR" ]; then
echo "Skipping master/merge queue"
exit 0
fi
export CARGO_TARGET_DIR=target
export RUSTFLAGS='-A warnings -A missing_docs'
export SKIP_WASM_BUILD=1
......
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