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:
|
trigger_crowdin_tm:
|
||||||
name: Crowdin Translation Memory Trigger
|
name: Crowdin Translation Memory Trigger
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# Prevent this workflow from running (and failing) on forks
|
||||||
|
if: github.repository == 'starship/starship'
|
||||||
steps:
|
steps:
|
||||||
- uses: starship/crowdin-pretranslate-action@v0.1.1
|
- uses: starship/crowdin-pretranslate-action@v0.1.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue