effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
334 stars 24 forks source link

CI: Make sure release runs only once #640

Open jiribenes opened 1 month ago

jiribenes commented 1 month ago

Since we're using effekt-updater, the release CI runs twice (see here):

Screenshot 2024-10-14 at 14 01 38

We should employ concurrency groups to prevent it from running twice on the same commit (if possible): https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs