Skip to content

Commit

Permalink
(chore) Fix crontab for tx-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Jan 23, 2024
1 parent 23a5769 commit 1b5f893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
# every day at 8:05 PM UTC
- cron: "0 20 5 * *"
- cron: "5 20 * * *"

name: "Scheduled Transifex Update"

Expand Down

0 comments on commit 1b5f893

Please sign in to comment.