How to poke your CI without committing changes

TIL that it's possible to publish blank commits using git commit --allow-empty -m "your commit message". This is useful when you want to re-run your CI without re-running and overwriting the results from a previous CI run.

Copyright Ricardo Decal. richarddecal.com