Skip to content

Commit

Permalink
Merge pull request #86 from EventStore/fix-nightly-cron
Browse files Browse the repository at this point in the history
fix cron string
  • Loading branch information
bshelton authored Feb 16, 2024
2 parents 0f97190 + 55d1126 commit e118388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly

on:
schedule:
- cron: '0 0 3 ? * SUN *' # At 03:00:00am, on every Sunday, every month. Not enough churn to turn nightlies on.
- cron: '0 3 * * 0' # At 03:00:00am, on every Sunday, every month. Not enough churn to turn nightlies on.

jobs:
release:
Expand Down

0 comments on commit e118388

Please sign in to comment.