Skip to content

Commit

Permalink
fix: add conditional check for repository owner in Crowdin workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowlife01 authored Jan 6, 2025
1 parent 0126345 commit 9f82482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
jobs:
push-to-crowdin:
if: github.repository_owner == 'PreMiD'
name: Push to Crowdin
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9f82482

Please sign in to comment.