Skip to content

Commit

Permalink
fix workflow deploy ms
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 20, 2023
1 parent fbabdc0 commit 28d1d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_onboarding_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
name: Build Onboarding Microservice
runs-on: ubuntu-latest
if: ${{ (github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == 'true') }}
if: ${{ (github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true) }}
environment: "${{ inputs.environment != null && inputs.environment || (github.base_ref == 'main' && 'prod' || (github.base_ref == 'develop' && 'uat' || 'dev')) }}-ci"
outputs:
environment: ${{ steps.setenv.outputs.environment }}
Expand Down

0 comments on commit 28d1d45

Please sign in to comment.