Skip to content

Commit 144fb1e

Browse files
authored
Update nightly.yml
1 parent 1c6b9ca commit 144fb1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: nightly
22

33
on:
44
schedule:
5-
- cron: '0 7 * * *'
5+
- cron: '0 4 * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
configuration: [Release]
1313

14-
runs-on: [self-hosted, Windows, X64, L3] # For a list of available runner types, refer to
14+
runs-on: [self-hosted, Windows, X64, APP] # For a list of available runner types, refer to
1515
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
1616
steps:
1717
- name: Checkout
@@ -26,5 +26,5 @@ jobs:
2626
env:
2727
GH_TOKEN : ${{ secrets.GH_TOKEN }}
2828
GH_USER : ${{ secrets.GH_USER }}
29-
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 3 --do-publish
29+
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 3 --do-publish --apps-run
3030

0 commit comments

Comments
 (0)