Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvariyath authored Feb 10, 2024
1 parent cc0997e commit a3a1b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ env:
# Optional toggle to spawn time logs (keeps action active)
SPAWN_LOGS: "false" # "true" or "false"

# This runs every hour
# This runs At 05:00, on day 8 of the month
on:
schedule:
- cron: '0 * * * *'
- cron: '0 5 8 * *'
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

Expand Down

0 comments on commit a3a1b99

Please sign in to comment.