👷 Disable build step on MR
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
This commit is contained in:
@@ -14,13 +14,13 @@ steps:
|
||||
# Not ready for clippy validation
|
||||
failure: ignore
|
||||
|
||||
- name: build
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo install -f wasm-bindgen-cli --version 0.2.93
|
||||
- dx build -r --platform web -- -j ${JOBS_NB:-default}
|
||||
# - name: build
|
||||
# image: rust:latest
|
||||
# commands:
|
||||
# - cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
|
||||
# - rustup target add wasm32-unknown-unknown
|
||||
# - cargo install -f wasm-bindgen-cli --version 0.2.93
|
||||
# - dx build -r --platform web -- -j ${JOBS_NB:-default}
|
||||
|
||||
when:
|
||||
- event: pull_request
|
||||
|
Reference in New Issue
Block a user