Update crowdin.yml
This commit is contained in:
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
# CROWDIN_ID: ${{ vars.CROWDIN_ID }}
|
||||
|
||||
upload:
|
||||
if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push'
|
||||
if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push' || github.event_name == 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user