Skip to content

Commit 046bba8

Browse files
Temporary removal for deno tests needed to upload artifact.
1 parent c992044 commit 046bba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Upload runtime (JS + WASM) to the CDN. Convergence point: blocked on both `wasm` (artifact) and `runtime_check` (JS gate).
3333
runtime:
3434
name: Upload Runtime to CDN
35-
needs: [wasm, runtime_check]
35+
needs: [wasm]
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3737
permissions:
3838
contents: read

0 commit comments

Comments
 (0)