CI: add concurrency limits for pr test
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 11 Jan 2023 12:52:38 +0000 (13:52 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 11 Jan 2023 13:31:57 +0000 (14:31 +0100)
commitcb679adf184d30261368707cd2b4f6cc7cf2a686
tree2dd99d6d9fc1362cef9355adf1ae54d994ef6e59
parentdca1b92ecddb19ff5cb6309921cd1fd5573817a0
CI: add concurrency limits for pr test

Add concurrency limits for pull request test so that on pull request
refresh old jobs are cancelled.

The group is created based on the github ref + workflow name and the
workflow is cancelled only it it comes from a pull_request event.
Push events are not affected by this limit.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/kernel.yml
.github/workflows/packages.yml
.github/workflows/toolchain.yml
.github/workflows/tools.yml