Skip to content

Commit eca51de

Browse files
authored
Merge pull request #1939 from abizek/fix/skip-crowdin-action-on-forks
Fix(actions): skip sync crowdin action on forks
2 parents 700b74a + 06455da commit eca51de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-crowdin-translations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
sync:
10+
if: github.repository == 'AmruthPillai/Reactive-Resume'
1011
runs-on: ubuntu-latest
1112

1213
steps:

0 commit comments

Comments
 (0)