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
## Context
Notifications job is skipped every time which is not expected.
## Change Summary
We are sending notifications for both success and failure.
## Rationale
The condition job.status != 'success' will always be false when
evaluated. The job.status is not available during step execution and
only becomes available in post-job hooks.
## Impact
`Send GitHub Actions Run Status Adaptive Card to Teams via Power
Automate` step only.
---------
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Mainak Kundu <[email protected]>
0 commit comments