Skip to content

Commit

Permalink
πŸ› fix(clock-out.yaml): fix cron schedule for clock-out job to run at …
Browse files Browse the repository at this point in the history
…10:10 instead of 10:03
  • Loading branch information
Berry Firmann committed Oct 30, 2023
1 parent e9483f9 commit 63b31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clock-out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# | +———– hour (0 – 23)
# +β€”β€”β€”β€”- min (0 – 59)
schedule:
- cron: "3 10 * * *"
- cron: "10 10 * * *"
workflow_dispatch: {}
jobs:
run:
Expand Down

0 comments on commit 63b31d9

Please sign in to comment.