mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🔨 Run publish binary task on ephemeral runner (#307)
Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com>
This commit is contained in:
parent
a5522659bf
commit
ba1cc63cb0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/task-publish-binary.yml
vendored
3
.github/workflows/task-publish-binary.yml
vendored
|
|
@ -30,8 +30,7 @@ jobs:
|
|||
retention-days: 1
|
||||
|
||||
build-binary:
|
||||
runs-on:
|
||||
group: DH-runners
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["prepare-sources"]
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue