Generated File: Do Not Edit Directly Edit the source files and rerun the generator.
Git Tips Slides
PageUp x2: previous · PageDown x2: next · Home: index

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.

Generated File: Do Not Edit Directly Edit the source files and rerun the generator.