Skip to content

Commit

Permalink
CI: Extend condition check for language file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav authored and RytoEX committed Sep 18, 2024
1 parent c2ea78c commit aa10a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
checkGlob: '**/en-US.ini'

- name: Upload US English Language Files 🇺🇸
if: fromJSON(steps.checks.outputs.hasChangedFiles)
if: steps.checks.outcome == 'success' && fromJSON(steps.checks.outputs.hasChangedFiles)
uses: obsproject/obs-crowdin-sync/upload@30b5446e3b5eb19595aa68a81ddf896a857302cf
env:
CROWDIN_PAT: ${{ secrets.CROWDIN_SYNC_CROWDIN_PAT }}
Expand Down

0 comments on commit aa10a7b

Please sign in to comment.