Alert if website is down/not up-to-date. #226
Labels
enhancement
GitHub Actions
Relating to existing or new GitHub Actions workflows. Correct test failures don't count.
Since the website is hosted on Runciman, occasionally something falls over that means that the website goes down, or it doesn't update when a new commit is pushed to GitHub. This may go unnoticed for some time.
To make the Infrastructure team's lives easier, a simple "cron job" could be set up using GitHub Actions. This could check:
main
. For an example, try View Source on any HackSoc.org page, or seegit.jinja2
.Especially when this job is failing, email notifications could be spammy. For this reason, the job should not run too often (daily at most).
See also:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
The text was updated successfully, but these errors were encountered: