Skip to content

Commit

Permalink
fix: cron
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 11, 2024
1 parent c6a6f90 commit e68c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
schedule:
# twice a day at 1am & 1pm
- cron: "00 01,13 * *"
- cron: "0 1,13 * *"
jobs:
sync_laravel_nova_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e68c762

Please sign in to comment.