Skip to content

Commit 3ca3d98

Browse files
committed
Skip runtime build
1 parent 9f6fd2b commit 3ca3d98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-pipeline.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.16.1
3737
3838
# Attempt to build runtimes whose sources have changed. (runtime/picasso, runtime/dali, runtime/composable)
39-
- name: Runtime wasm builds
40-
id: runtime_release
41-
run: |
42-
.maintain/runtime_release.sh
39+
# - name: Runtime wasm builds
40+
# id: runtime_release
41+
# run: |
42+
# .maintain/runtime_release.sh
4343

4444
# This would draft a release note presenting a list of new prs that have been added
4545
# in between this commit and the previous tag.

0 commit comments

Comments
 (0)