Split CI job to run on dedicated runners for web and native build (#3812)

* Split ci job to run on dedicated runners for web and native build

* Trigger CI

* Update labels

* Update comment text

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Dennis Kobert
2026-02-24 10:37:00 +01:00
committed by GitHub
parent 3b91d02fff
commit 65ca8610eb
2 changed files with 29 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs:
deploy:
runs-on: self-hosted
runs-on: [self-hosted, target/wasm]
permissions:
contents: write
deployments: write