Skip to content

ci: enable wasm jobs for MRs with wasm label

Cheng Shao requested to merge type-dance/ghc:wasm-ci into master

This patch enables wasm jobs for MRs with wasm label. Previously the wasm label didn't actually have any effect on the CI pipeline, and full-ci needed to be applied to run wasm jobs which was a waste of runners when working on the wasm backend, hence the fix here.

Merge request reports