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
We have several GHA's that are on a CRON schedule, if the workflow fails the team is not notified of the failure instead an individual is notified:
Notifications for scheduled workflows are sent to the user who initially created the workflow. If a different user updates the cron syntax in the workflow file, subsequent notifications will be sent to that user instead. If a scheduled workflow is disabled and then re-enabled, notifications will be sent to the user who re-enabled the workflow rather than the user who last modified the cron syntax.
To get around this 1-bus factor, we can create a new GHA that is called on failure() that can notify a particular slack channel of what repo and workflow failed.
The text was updated successfully, but these errors were encountered:
We have several GHA's that are on a CRON schedule, if the workflow fails the team is not notified of the failure instead an individual is notified:
https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
To get around this 1-bus factor, we can create a new GHA that is called on
failure()
that can notify a particular slack channel of what repo and workflow failed.The text was updated successfully, but these errors were encountered: