chore: Don't run crowdin workflow on forks (#4790)
This commit is contained in:
parent
e47ea57db2
commit
4fa7395c9e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue