Skip to content

Commit

Permalink
fix: changed job condition level
Browse files Browse the repository at this point in the history
  • Loading branch information
pSharpX committed Jan 19, 2024
1 parent 8d77816 commit 17e02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ env:
DOCKER_IMAGE_NAME: productsmanagement

jobs:
if: inputs.cloud == 'azure-ps1'
deploy-on-azure-ps1:
if: inputs.cloud == 'azure-ps1'
name: CD Release on Azure (PS1)
runs-on: ubuntu-latest
environment: development
Expand Down

0 comments on commit 17e02e0

Please sign in to comment.