Skip to content

Commit

Permalink
fix: only include aspects changes in translation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 10, 2023
1 parent 5cc6249 commit d3b7353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/compile-translations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Translations
name: Compile Translations
on:
workflow_dispatch:
schedule:
Expand All @@ -10,7 +10,7 @@ env:
TRANSIFEX_SECRET: ${{ secrets.EDUNEXT_ASPECTS_ASSET_TRANSIFEX_SECRET }}

jobs:
push_translations:
compile_translations:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,8 +44,10 @@ jobs:
title: "chore(i18n): updating translations"
commit-message: "chore(i18n): updating translations on ${{ steps.date.outputs.date }}"
branch: "bot/translations/${{ steps.date.outputs.date }}"
add-paths: |
tutoraspects/
base: main
body: |
Automated update of translations for assets on ${{ steps.date.outputs.date }}.
This pull request was automatically generated.
1 change: 1 addition & 0 deletions tutoraspects/templates/base-docker-compose-services
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ image: {{ DOCKER_IMAGE_SUPERSET }}
- ../../env/plugins/aspects/apps/superset/security:/app/security
- ../../env/plugins/aspects/apps/superset/superset_home:/app/superset_home
- ../../env/plugins/aspects/apps/superset/assets:/app/assets
- ../../superset:/app
restart: unless-stopped
environment:
DATABASE_DIALECT: {{ SUPERSET_DB_DIALECT }}
Expand Down

0 comments on commit d3b7353

Please sign in to comment.