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