Skip to content

Commit

Permalink
build: avoid exact clock on cron
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Feb 18, 2023
1 parent 03f72e5 commit a5550fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simplelocalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update SimpleLocalize Translations

on:
schedule:
- cron: '0 0 * * *'
- cron: '51 7 * * *'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit a5550fe

Please sign in to comment.