proppy / tiny_user_project

Apache License 2.0
10 stars 8 forks source link

fix workflow concurrency #11

Open proppy opened 1 year ago

proppy commented 1 year ago

When multiple instance of the user-project-ci workflow runs concurrently:

see https://github.com/proppy/tiny_user_project/actions/runs/3545298578

One way to fix this could be to rebase before pushing, or use https://docs.github.com/en/actions/using-jobs/using-concurrency to prevent multiple runs of the same workflow to happen concurrently.

mattvenn commented 1 year ago

https://github.com/mattvenn/gf180-tiny-7seg/actions/runs/3602495979