Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Jul 2, 2024
1 parent ba296b1 commit f516394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-all-localisation-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
continue-on-error: false
- name: Invoke Localisation Workflows
if: ${{ github.event.inputs.COUNTRY }} == ''
if: ${{ github.event.inputs.COUNTRY }} == 'true'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ${{ github.event.inputs.BUILD_TYPE }}.yml
Expand Down

0 comments on commit f516394

Please sign in to comment.