File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : Translate Documentation
22
33on :
4- schedule :
5- - cron :
6- ' 0 20 * * *' # Daily at 20:00 UTC (DeepSeek API off-peak pricing window 16:30-00:30 UTC)
7- # Pacific Time: 1:00 PM PDT / 12:00 PM PST
8- # Off-peak window in PT: ~9:30 AM to 5:30 PM PDT / ~8:30 AM to 4:30 PM PST
9- push :
10- # Run when merging from official repo to check if translations are outdated
11- branches :
12- - main
4+ # schedule:
5+ # - cron:
6+ # '0 20 * * *' # Daily at 20:00 UTC (DeepSeek API off-peak pricing window 16:30-00:30 UTC)
7+ # # Pacific Time: 1:00 PM PDT / 12:00 PM PST
8+ # # Off-peak window in PT: ~9:30 AM to 5:30 PM PDT / ~8:30 AM to 4:30 PM PST
9+ # push:
10+ # # Run when merging from official repo to check if translations are outdated
11+ # branches:
12+ # - main
1313 workflow_dispatch : # Allow manual triggering
1414 inputs :
1515 pr_branch :
3131 check-api-key :
3232 runs-on : ubuntu-latest
3333 # Run when manually triggered OR scheduled OR when the commit message contains "Merge pull request"
34- if : ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || contains(github.event.head_commit.message, 'Merge pull request') }}
34+ # if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || contains(github.event.head_commit.message, 'Merge pull request') }}
3535 outputs :
3636 api_key_exists : ${{ steps.check-api-key.outputs.api_key_exists }}
3737 steps :
You can’t perform that action at this time.
0 commit comments