mirror of
https://github.com/tstack/lnav.git
synced 2026-03-27 05:33:08 +00:00
Two musl-build-image jobs can be triggered by two commits done within a short amount of time. Since building the image times can vary; the job with the previou commit might finish later; updating the docker hub with an older commit. This uses the `concurrency` directive to fix the issue. If another job is running; they get cancelled and only the latest one spawned is run.