Skip to content

Commit 986c10c

Browse files
momentary removal of CI needs to upload the artifact to CDN.
1 parent 53dab94 commit 986c10c

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: []
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3737
permissions:
3838
contents: read

0 commit comments

Comments
 (0)