From a3ebfd4573226028e59d813f96786ca55eac2acf Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Thu, 21 Nov 2024 09:24:13 -0800 Subject: [PATCH] found the braket --- .github/workflows/validate-downstream.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validate-downstream.yml b/.github/workflows/validate-downstream.yml index 24c7ed67..554d3a21 100644 --- a/.github/workflows/validate-downstream.yml +++ b/.github/workflows/validate-downstream.yml @@ -112,10 +112,8 @@ jobs: if (pytestFailed) { body += `| pytest | ❌ Failed |\n`; } - body += `\n**Note**: These failures don't necessarily block the PR but both authors and reviewers should check the results for unintentional breaking changes.\n[View Logs](${ logUrl })\n`; - - else { + } else { body += `✅ **pyQuil Compatibility Checks Passed**. Great job!`; }