mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: Use DH self-hosted runners for the Publish Draft Binary gh action (#183)
This commit is contained in:
parent
34488aab25
commit
696a716ff8
3 changed files with 1960 additions and 4 deletions
6
.github/workflows/task-publish-binary.yml
vendored
6
.github/workflows/task-publish-binary.yml
vendored
|
|
@ -13,8 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
prepare-sources:
|
||||
runs-on:
|
||||
group: DH-runners
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
|
@ -108,8 +107,7 @@ jobs:
|
|||
####### Publish Release Candidate Docker Image #######
|
||||
|
||||
docker-release-candidate:
|
||||
runs-on:
|
||||
group: DH-runners
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build-binary"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
1957
tools/package-lock.json
generated
Normal file
1957
tools/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -5,6 +5,7 @@
|
|||
"dependencies": {
|
||||
"octokit": "^1.0.6",
|
||||
"ts-node": "^8.10.1",
|
||||
"typescript": "^4.4.3",
|
||||
"yargs": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue