Skip to content

Commit

Permalink
[MOSIP-38705] Update manual-docker-build.yml (#546)
Browse files Browse the repository at this point in the history
Signed-off-by: VSIVAKALYAN <[email protected]>
  • Loading branch information
VSIVAKALYAN authored Jan 22, 2025
1 parent 296b5ae commit c43d994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

build_dockers_esignet_with_plugins:
needs: build_maven_signup_with_plugins
if: ${{ needs.check_snapshot_version.outputs.is_condition == 'true' }}
if: ${{ github.event_name == 'workflow_dispatch' }} # Runs only when triggered manually
strategy:
matrix:
include:
Expand Down

0 comments on commit c43d994

Please sign in to comment.