We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff81a4 commit 81b214fCopy full SHA for 81b214f
.github/workflows/nightly-tests.yml
@@ -3,7 +3,7 @@ on:
3
# allow manually trigger
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 0 * * *' # Every day at midnight UTC
+ - cron: '0 20 * * *' # Every day at 8 PM UTC
7
permissions:
8
contents: read
9
jobs:
0 commit comments