Skip to content

Commit

Permalink
Merge pull request #466 from openedx/bmtcril/remove_old_tx_workflows
Browse files Browse the repository at this point in the history
build: Update workflows for new translations
  • Loading branch information
bmtcril authored Oct 13, 2023
2 parents 4b9a710 + 43a967c commit cf98c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Compile Translations
name: Pull Translations
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # On Mondays

env:
TUTOR_ROOT: ./.ci/
TRANSIFEX_TOKEN: ${{ secrets.EDUNEXT_ASPECTS_ASSET_TRANSIFEX_TOKEN }}
TRANSIFEX_SECRET: ${{ secrets.EDUNEXT_ASPECTS_ASSET_TRANSIFEX_SECRET }}

jobs:
compile_translations:
Expand All @@ -24,7 +22,7 @@ jobs:
- name: Install requirements
run: make requirements
- name: Mark for translation
run: make compile_translations
run: make pull_translations
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/push-translations.yaml

This file was deleted.

0 comments on commit cf98c3f

Please sign in to comment.