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.
2 parents 3af8a57 + f720e34 commit cb19c95Copy full SHA for cb19c95
.github/workflows/nightly-docker-builds.yml
@@ -1,8 +1,10 @@
1
name: Nightly Docker Builds
2
3
on:
4
+ # Important note about scheduled workflows:
5
+ # Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
6
schedule:
- - cron: "0 2 * * *"
7
+ - cron: "30 2 * * *"
8
workflow_dispatch:
9
10
jobs:
0 commit comments