Skip to content

Commit 482b3d4

Browse files
authored
Update nightly.yml
1 parent 14e9b9f commit 482b3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

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

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

88
jobs:
@@ -26,4 +26,4 @@ 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 100 --apps-run
29+
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 100 --apps-run

0 commit comments

Comments
 (0)