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 e68c762 commit 92cf1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
schedule:
# twice a day at 1am & 1pm
- cron: "0 1,13 * *"
- cron: "0 1,13 * * *"

jobs:
sync_laravel_nova_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 92cf1e8

Please sign in to comment.