Skip to content

Commit

Permalink
Update complete_flow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soringumeni1 authored Jan 16, 2025
1 parent 5067519 commit 05f63a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/complete_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
echo "Previous Version: $previous_version"
if [[ "$current_version" != "$previous_version" ]]; then
echo "should_deploy=true" >> $GITHUB_OUTPUT
echo "should_deploy=true" >> $GITHUB_OUTPUT;
else
echo "should_deploy=false" >> $GITHUB_OUTPUT
echo "should_deploy=false" >> $GITHUB_OUTPUT;
- name: Process changed services
if: ${{ steps.version_check.outputs.should_deploy == 'true' }}
Expand Down

0 comments on commit 05f63a8

Please sign in to comment.