mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
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:
2
.github/workflows/deploy-master.yml
vendored
2
.github/workflows/deploy-master.yml
vendored
@@ -11,7 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, target/wasm]
|
||||
permissions:
|
||||
contents: write
|
||||
deployments: write
|
||||
|
||||
Reference in New Issue
Block a user