mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
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
73d23dd34b
commit
ee4253f155
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: windows-latest
|
||||
runs-on: [self-hosted, Windows]
|
||||
name: CI
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build_nightly:
|
||||
runs-on: windows-latest
|
||||
runs-on: [self-hosted, Windows]
|
||||
name: Build Nightly
|
||||
outputs:
|
||||
full_sha: ${{ steps.var.outputs.full_sha }}
|
||||
|
Loading…
Reference in New Issue
Block a user