bcgov / nr-rfc-climate-obs

Transition of the existiing climate observations data pipeline to enable running off prem
Apache License 2.0
1 stars 0 forks source link

Add Notifications for failures #61

Open franTarkenton opened 10 months ago

franTarkenton commented 10 months ago

We are starting to have a lot of jobs running as github Actions. We require some kind of notification system to notify us when the jobs fail.

This should be relatively easy to do. Ideally it involves going through either the repository dispatch jobs or the cron triggered jobs and adding steps that issue notifications.

There are a couple options for these notifications:

Should go through all the various other repos that have critical jobs associated with them also and add notifications there also