Skip to content

Commit

Permalink
Update Sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtestagrossa authored Feb 6, 2024
1 parent ac6e04a commit b67d66f
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 day on 1801 UTC
# This runs every Thursday on 2301 UTC
on:
schedule:
- cron: '1 18 * * *'
- cron: '1 23 * * 4'
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

Expand Down

0 comments on commit b67d66f

Please sign in to comment.