Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #220 from PickNikRobotics/fix-schedule
Browse files Browse the repository at this point in the history
Fix schedule problem
  • Loading branch information
orensbruli authored Feb 25, 2024
2 parents 46ad7fc + 82a877a commit c9eab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
# Run every 6 hours Mon-Fri
schedule:
- cron: "* */6 * * 1-5"
- cron: "0 */6 * * 1-5"

jobs:
setup:
Expand Down

0 comments on commit c9eab15

Please sign in to comment.