update workflow names

This commit is contained in:
Carlos Polop 2024-12-31 17:44:58 +01:00
parent bcc795bd4e
commit f3b5f906fe
5 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@ on:
- '.github/**'
workflow_dispatch:
concurrency: gr
concurrency: el
jobs:
run-translation:
@ -18,7 +18,7 @@ jobs:
environment: prod
env:
LANGUAGE: Greek
BRANCH: gr
BRANCH: el
steps:
- name: Checkout code

View File

@ -1,4 +1,4 @@
name: Translator to JP (Japanese)
name: Translator to JA (Japanese)
on:
push:
@ -10,7 +10,7 @@ on:
- '.github/**'
workflow_dispatch:
concurrency: jp
concurrency: ja
jobs:
run-translation:
@ -18,7 +18,7 @@ jobs:
environment: prod
env:
LANGUAGE: Japanese
BRANCH: jp
BRANCH: ja
steps:
- name: Checkout code

View File

@ -10,7 +10,7 @@ on:
- '.github/**'
workflow_dispatch:
concurrency: kr
concurrency: ko
jobs:
run-translation:
@ -18,7 +18,7 @@ jobs:
environment: prod
env:
LANGUAGE: Korean
BRANCH: kr
BRANCH: ko
steps:
- name: Checkout code

View File

@ -10,7 +10,7 @@ on:
- '.github/**'
workflow_dispatch:
concurrency: rs
concurrency: sr
jobs:
run-translation:
@ -18,7 +18,7 @@ jobs:
environment: prod
env:
LANGUAGE: Serbian
BRANCH: rs
BRANCH: sr
steps:
- name: Checkout code

View File

@ -1,4 +1,4 @@
name: Translator to CN (Chinese)
name: Translator to ZH (Chinese)
on:
push:
@ -10,7 +10,7 @@ on:
- '.github/**'
workflow_dispatch:
concurrency: cn
concurrency: zh
jobs:
run-translation:
@ -18,7 +18,7 @@ jobs:
environment: prod
env:
LANGUAGE: Chinese
BRANCH: cn
BRANCH: zh
steps:
- name: Checkout code