mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 17:52:55 +08:00
fix: fix actions
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: [self-hosted, Windows]
|
runs-on: windows-latest
|
||||||
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
@ -29,7 +29,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
build_nightly:
|
build_nightly:
|
||||||
runs-on: [self-hosted, Windows]
|
runs-on: windows-latest
|
||||||
name: Build Nightly
|
name: Build Nightly
|
||||||
needs: check_recent_commit
|
needs: check_recent_commit
|
||||||
if: needs.check_recent_commit.outputs.should_run == 'true'
|
if: needs.check_recent_commit.outputs.should_run == 'true'
|
||||||
|
Reference in New Issue
Block a user