Skip to content

Commit

Permalink
Merge pull request #1939 from abizek/fix/skip-crowdin-action-on-forks
Browse files Browse the repository at this point in the history
Fix(actions): skip sync crowdin action on forks
  • Loading branch information
AmruthPillai authored Jun 5, 2024
2 parents 700b74a + 06455da commit eca51de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-crowdin-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
sync:
if: github.repository == 'AmruthPillai/Reactive-Resume'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit eca51de

Please sign in to comment.