mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore: Don't run crowdin workflow on forks (#4790)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user