|
|
|
@ -1,10 +1,8 @@ |
|
|
|
name: Translate |
|
|
|
|
|
|
|
on: |
|
|
|
# TODO: remove this |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- translate-again |
|
|
|
schedule: |
|
|
|
- cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month |
|
|
|
|
|
|
|
workflow_dispatch: |
|
|
|
inputs: |
|
|
|
@ -71,11 +69,8 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
# TODO: uncomment this |
|
|
|
# lang: ${{ fromJson(needs.langs.outputs.langs) }} |
|
|
|
# command: ${{ fromJson(needs.langs.outputs.commands) }} |
|
|
|
lang: ["es"] |
|
|
|
command: ["add-missing"] |
|
|
|
lang: ${{ fromJson(needs.langs.outputs.langs) }} |
|
|
|
command: ${{ fromJson(needs.langs.outputs.commands) }} |
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
steps: |
|
|
|
|