mojira / helper-messages

:page_with_curl: Quick messages for Mojira bug tracker helpers & moderators
https://mojira.github.io/helper-messages
MIT License
6 stars 9 forks source link

Update actions and fix running twice on a PR #194

Closed osfanbuff63 closed 2 years ago

osfanbuff63 commented 2 years ago

Updates actions and stops the actions from running twice on a PR (in which case now, it will skip the job), and a couple of cosmetic changes that don't do much

osfanbuff63 commented 2 years ago

We could also do something similar to mojira/arisa-kt#566 to not run the workflow twice at all instead of skipping one of them.

I've done this on repos before, and the advantages of using this is that it will still run on branches that haven't had a PR made yet, or just other branches in general on this repo. It doesn't matter too much here, but it does on some repos.