Skip to content

Commit

Permalink
check pipeline 024
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhutins committed Jan 24, 2024
1 parent a0a3b17 commit f9525c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
deploy_k8s:
runs-on: ubuntu-latest
needs: [check-image, build_image]
if: ${{ needs.check-image.outputs.python_output == 'true' || needs.check-image.outputs.python_output != 'true' || needs.build_image.outcome == 'skipped' }}
if: ${{ needs.check-image.outcome == 'skipped' || needs.build_image.outcome == 'skipped' }}
strategy:
matrix:
deploy_env: ['test', 'prod']
Expand Down

0 comments on commit f9525c4

Please sign in to comment.