Stim icon indicating copy to clipboard operation
Stim copied to clipboard

Add additional GHA settings

Open mhucka opened this issue 9 months ago • 1 comments

This adds some miscellaneous settings:

  • Set workflow default permissions as read-only (per security best practices)
  • Support merge queues
  • Support manual invocation (for debugging)
  • Make it so that starting another run of this workflow will cancel any ongoing runs for the same PR or branch (e.g., because a new push happened while the workflow is still running from a previous push)

mhucka avatar Mar 04 '25 00:03 mhucka

If you can get merge queues working smoothly, I'd absolutely use them. Last time I tried I failed.

Strilanc avatar Mar 04 '25 23:03 Strilanc