feat(gha): re-enable korean deploys (#67142)

This commit is contained in:
Tom
2026-04-29 01:29:41 -05:00
committed by GitHub
parent 70fc81106a
commit fc59a36709
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ jobs:
- 'japanese'
- 'german'
- 'swahili'
- 'korean'
steps:
- name: Checkout

View File

@@ -18,6 +18,7 @@ on:
- japanese
- german
- swahili
- korean
default: all
show_upcoming_changes:
description: 'Show upcoming changes (enables upcoming certifications and challenges)'
@@ -102,7 +103,8 @@ jobs:
'ukrainian': 'ukr',
'japanese': 'jpn',
'german': 'ger',
'swahili': 'swa'
'swahili': 'swa',
'korean': 'kor'
};
const allLanguages = Object.keys(languageMap);