Skip to content

Commit 81b214f

Browse files
committed
Fix: update nightly tests schedule to run at 8 PM UTC
1 parent dff81a4 commit 81b214f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# allow manually trigger
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *' # Every day at midnight UTC
6+
- cron: '0 20 * * *' # Every day at 8 PM UTC
77
permissions:
88
contents: read
99
jobs:

0 commit comments

Comments
 (0)