From 4fa7395c9eabc0745c6eaa1e3dabd3feefeef5e9 Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Wed, 4 Jan 2023 10:31:25 +0100 Subject: [PATCH] chore: Don't run crowdin workflow on forks (#4790) --- .github/workflows/crowdin-pretranslate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin-pretranslate.yml b/.github/workflows/crowdin-pretranslate.yml index 69269087..ed7d3c6e 100644 --- a/.github/workflows/crowdin-pretranslate.yml +++ b/.github/workflows/crowdin-pretranslate.yml @@ -8,6 +8,8 @@ jobs: trigger_crowdin_tm: name: Crowdin Translation Memory Trigger runs-on: ubuntu-latest + # Prevent this workflow from running (and failing) on forks + if: github.repository == 'starship/starship' steps: - uses: starship/crowdin-pretranslate-action@v0.1.1 with: