Skip to content

Commit

Permalink
ci: skip check-semver in master and merge queue (#6762)
Browse files Browse the repository at this point in the history
tbd
  • Loading branch information
alvicsam authored Dec 5, 2024
1 parent 82117ad commit 654d60c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 654d60c

Please sign in to comment.