feat(Actions): swap to self-hosted (#1751)
* feat(CI): swap to self-hosted * feat(Nightly): switch to self-hosted
This commit is contained in:
parent
e1f70e84b4
commit
695428ac65
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: windows-latest
|
runs-on: [self-hosted, Windows]
|
||||||
name: CI
|
name: CI
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_nightly:
|
build_nightly:
|
||||||
runs-on: windows-latest
|
runs-on: [self-hosted, Windows]
|
||||||
name: Build Nightly
|
name: Build Nightly
|
||||||
outputs:
|
outputs:
|
||||||
full_sha: ${{ steps.var.outputs.full_sha }}
|
full_sha: ${{ steps.var.outputs.full_sha }}
|
||||||
|
Reference in New Issue
Block a user