Skip to content

Commit

Permalink
ci: Only push strings once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Apr 4, 2024
1 parent 2bb3141 commit d9c5057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull strings
on:
workflow_dispatch:
schedule:
- cron: 0 * 1 * *
- cron: 0 0 1 * *

jobs:
pull:
Expand Down

0 comments on commit d9c5057

Please sign in to comment.