Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
feluelle committed Oct 25, 2024
1 parent d292e16 commit 05d686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e/validate_deployment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
run: |
if [[ "${{ inputs.is_wake_on_deploy }}" == "true" ]]; then
if [[ "${{ inputs.hibernation_spec_before }}" == "${{ inputs.hibernation_spec_after }}" ]]; then
if [[ '${{ inputs.hibernation_spec_before }}' == '${{ inputs.hibernation_spec_after }}' ]]; then
echo "Hibernation Spec validation succeeded: hibernation spec was not updated after the test"
exit 0
fi
Expand Down

0 comments on commit 05d686a

Please sign in to comment.