Skip to content

Commit 08c9af5

Browse files
Update nightly-workflow.yml
1 parent 069c7c2 commit 08c9af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Nightly Workflow
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '0 0 1 * *'
55

66
jobs:
77
test:
@@ -30,4 +30,4 @@ jobs:
3030
if: always()
3131
with:
3232
name: test-results
33-
path: test-report.html
33+
path: test-report.html

0 commit comments

Comments
 (0)