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 f516394 commit 9a95e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-all-localisation-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: choice
options:
- ALL
- SINGLE
BUILD_TYPE:
description: "Select individual language to build"
required: true
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
continue-on-error: false
- name: Invoke Localisation Workflows
if: ${{ github.event.inputs.COUNTRY }} == 'true'
if: ${{ github.event.inputs.COUNTRY }} == 'true' || ${{ github.event.inputs.Language }} == 'SINGLE'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ${{ github.event.inputs.BUILD_TYPE }}.yml
Expand Down

0 comments on commit 9a95e61

Please sign in to comment.