GitHub: Play a sound when a CI job is finished
Sometimes I need to wait until a GitHub CI job is finished. Waiting is not very productive, so I do other things while waiting.
When the job is done, I want to get notified. This can be done like this:
gh pr checks --watch ; music
For me, music is a small script that plays a song I like, so I get a notification when Checks are
finished.