mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
This adds a concurrency section to all github workflows to cancel any in progress workflow when a branch is updated. This should cancel any ongoing or queued workflows, e.g. when a pull request is updated. Signed-off-by: David Lechner <david@pybricks.com>