Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
make cron run on all days
Browse files Browse the repository at this point in the history
  • Loading branch information
Sualeh Asif committed Jun 16, 2022
1 parent 74157db commit a820a79
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
@@ -1,7 +1,7 @@
name: Nightly
on:
schedule:
- cron: 0 8 * * 1-7
- cron: 0 8 * * 0-6
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit a820a79

Please sign in to comment.