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 cdb73d6 commit 4c21ebcCopy full SHA for 4c21ebc
.github/workflows/nightly.yml
@@ -1,11 +1,11 @@
1
# Various non-standard tests, requiring e.g. longer run
2
name: Nightly
3
4
-# This job is run at 00:00 UTC every day or on demand.
+# This job is run at 04:00 UTC every day or on demand.
5
on:
6
workflow_dispatch:
7
schedule:
8
- - cron: '0 0 * * *'
+ - cron: '0 4 * * *'
9
10
permissions:
11
contents: read
0 commit comments