You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if-condition for step Update PR status comment on failure is incorrect. It should include a (failure() steps.generate-report.conclusion != 'success') (probably as first check) and remove the steps.generate-report.conclusion != 'success' at the end.
The text was updated successfully, but these errors were encountered:
- Temporary fix for #13 until phoenix-actions/test-reporting#31 is merged
- Fixed if-condition of "Update PR status comment on failure" (#14)
- Fixed variable name in Cancel Workflow (#15)
- Fixed default for comment-message-failure (#16)
- Temporary fix for #13 until phoenix-actions/test-reporting#31 is merged
- Fixed if-condition of "Update PR status comment on failure" (#14)
- Fixed variable name in Cancel Workflow (#15)
- Fixed default for comment-message-failure (#16)
The
if
-condition for stepUpdate PR status comment on failure
is incorrect. It should include a(failure() steps.generate-report.conclusion != 'success')
(probably as first check) and remove thesteps.generate-report.conclusion != 'success'
at the end.The text was updated successfully, but these errors were encountered: