Skip to content

Commit

Permalink
Merge pull request input-output-hk#2066 from input-output-hk/dlachaum…
Browse files Browse the repository at this point in the history
…e/update-nightly-docker-builds-workflow

ci: update cron schedule expression with co-authors to enable notifications
  • Loading branch information
dlachaume authored Oct 31, 2024
2 parents 3af8a57 + f720e34 commit cb19c95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-docker-builds.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Nightly Docker Builds

on:
# Important note about scheduled workflows:
# Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
schedule:
- cron: "0 2 * * *"
- cron: "30 2 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cb19c95

Please sign in to comment.