Skip to content

Commit

Permalink
found the braket
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 21, 2024
1 parent 2d8cb6a commit a3ebfd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!`;
}
Expand Down

0 comments on commit a3ebfd4

Please sign in to comment.