Skip to content

Commit

Permalink
graph if no errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jan 24, 2024
1 parent 6d25956 commit 0d8f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
echo "" >> pr_message.txt
echo "</details>" >> pr_message.txt
if [ "$DEPLOYMENT_ERRORS" != "[]" ]; then
if [ "$DEPLOYMENT_ERRORS" == "[]" ]; then
echo "<details><summary>Resources graph</summary>" >> pr_message.txt
echo "" >> pr_message.txt
echo "### New resources graph:" >> pr_message.txt
Expand Down

0 comments on commit 0d8f2aa

Please sign in to comment.