diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 86f11724d46..d2ccdc6c9ca 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -35,7 +35,7 @@ jobs: download: name: Download needs: upload - if: github.event_name == 'schedule' || github.event_name == "workflow_dispatch" + if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - name: Checkout the repository