mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
CI: temporarily disable self-hosted runners for nightly.yml (#33834)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
0d3fad156a
commit
2322b22a6b
3 changed files with 20 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
|||
profile: "production"
|
||||
upload: true
|
||||
github-release-id: ${{ needs.create-draft-release.outputs.release-id }}
|
||||
force-github-hosted-runner: true # <https://github.com/servo/servo/issues/33296>
|
||||
secrets: inherit
|
||||
|
||||
upload-mac:
|
||||
|
@ -112,6 +113,7 @@ jobs:
|
|||
profile: "production"
|
||||
upload: true
|
||||
github-release-id: ${{ needs.create-draft-release.outputs.release-id }}
|
||||
force-github-hosted-runner: true # <https://github.com/servo/servo/issues/33296>
|
||||
secrets: inherit
|
||||
|
||||
upload-android:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue