Skip to content

Commit

Permalink
feat: Add edx-enterprise to the translation pipeline
Browse files Browse the repository at this point in the history
This PR needs openedx/edx-enterprise#1751 before it's merged.

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Nov 12, 2023
1 parent 4fa0ecc commit d5da0c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
script: |
// Need to use a workaround until https://github.com/actions/toolkit/issues/1576 is fixed
// const selectedRepo = core.getInput('repo');
const selectedRepo = ${{ toJSON(github.event.inputs.repo) }};
const selectedRepo = ${{ toJSON('edx-enterprise) }};
const allPythonRepos = [
'edx-platform',
'edx-enterprise',
// 'AudioXBlock',
// 'completion',
// 'course-discovery',
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
# a transifex_input.yaml file in the root of the site.
generic-translations:
if: ${{ !cancelled() && fromJson(needs.setup-matrix.outputs.has_generic_repos) == true }}
needs: [setup-branch, setup-matrix, js-translations]
needs: [setup-branch, setup-matrix] #, js-translations]
strategy:
# using max-parallel to avoid git push/pull issues when running in parallel
max-parallel: 1
Expand Down

0 comments on commit d5da0c6

Please sign in to comment.