From 3ccef5bc6bc6ff0b14539b3ad97f8ff611b00c09 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sun, 5 Jan 2025 07:08:45 -0300 Subject: [PATCH] Only run 'Update missing translations' workflow on main repo --- .github/workflows/update-missing-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-missing-translations.yml b/.github/workflows/update-missing-translations.yml index 771aec93f..e197d02db 100644 --- a/.github/workflows/update-missing-translations.yml +++ b/.github/workflows/update-missing-translations.yml @@ -7,6 +7,7 @@ on: jobs: missing-translations: + if: github.repository == 'TTLApp/time-to-leave' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1