From 06455da40afc1e9c50640eab414ff79b77b72f67 Mon Sep 17 00:00:00 2001 From: abizek Date: Wed, 5 Jun 2024 13:06:05 +0530 Subject: [PATCH] fix(actions): skip sync crowdin action on forks Signed-off-by: abizek --- .github/workflows/sync-crowdin-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-crowdin-translations.yml b/.github/workflows/sync-crowdin-translations.yml index f8eb30c0..48042f21 100644 --- a/.github/workflows/sync-crowdin-translations.yml +++ b/.github/workflows/sync-crowdin-translations.yml @@ -7,6 +7,7 @@ on: jobs: sync: + if: github.repository == 'AmruthPillai/Reactive-Resume' runs-on: ubuntu-latest steps: