Skip to content

Commit

Permalink
Adjust trigger time of the nightly workflow (#526)
Browse files Browse the repository at this point in the history
* Create draft PR for #525

* adjusted nightly workflow trigger time
  • Loading branch information
TomKovac authored Jan 20, 2025
1 parent 7c01359 commit 10ce170
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 10 * * *'
- cron: '0 0 * * *'
workflow_dispatch :

jobs:
Expand Down

0 comments on commit 10ce170

Please sign in to comment.