👷 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
|
# Not ready for clippy validation
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
|
||||||
- name: build
|
# - name: build
|
||||||
image: rust:latest
|
# image: rust:latest
|
||||||
commands:
|
# commands:
|
||||||
- cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
|
# - cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
|
||||||
- rustup target add wasm32-unknown-unknown
|
# - rustup target add wasm32-unknown-unknown
|
||||||
- cargo install -f wasm-bindgen-cli --version 0.2.93
|
# - cargo install -f wasm-bindgen-cli --version 0.2.93
|
||||||
- dx build -r --platform web -- -j ${JOBS_NB:-default}
|
# - dx build -r --platform web -- -j ${JOBS_NB:-default}
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
Reference in New Issue
Block a user