Skip to content

Commit cb19c95

Browse files
authored
Merge pull request #2066 from input-output-hk/dlachaume/update-nightly-docker-builds-workflow
ci: update cron schedule expression with co-authors to enable notifications
2 parents 3af8a57 + f720e34 commit cb19c95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly-docker-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Nightly Docker Builds
22

33
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.
46
schedule:
5-
- cron: "0 2 * * *"
7+
- cron: "30 2 * * *"
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)