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 ef85a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
const selectedRepo = ${{ toJSON(github.event.inputs.repo) }};
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 ef85a6c

Please sign in to comment.