From e991b61c12d4de252d0fbabc1a90e8436dce8ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 13 May 2021 16:20:01 +0200 Subject: [PATCH] Fix issue with quotes (#50571) --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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