mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
fix: 🔧 Fix invalid runs-on label in Publish runtime task (#207)
This commit is contained in:
parent
f040682d93
commit
0110a94978
1 changed files with 2 additions and 1 deletions
3
.github/workflows/task-publish-runtime.yml
vendored
3
.github/workflows/task-publish-runtime.yml
vendored
|
|
@ -46,7 +46,8 @@ jobs:
|
|||
|
||||
build-srtool-runtimes:
|
||||
needs: ["setup-scripts", "read-rust-version"]
|
||||
runs-on: DH-runners
|
||||
runs-on:
|
||||
group: DH-runners
|
||||
permissions:
|
||||
contents: read
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue