Skip to content

Commit

Permalink
Update delete_stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaydeokar authored Oct 21, 2024
1 parent 92680cd commit 77d0976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/delete_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
echo "::set-output name=services::none"
else
echo "::set-output name=services::${{ github.event.inputs.services }}"
fi
AccessAnalyser:
needs: validate-services
if: contains(needs.validate-services.outputs.services, 'access-analyser')
Expand Down

0 comments on commit 77d0976

Please sign in to comment.