X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/09697a0d15389e10f6550e25511e921b5aa23e7b..e21ce28e6c422b39902b1886743a6155d4d4f3d9:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 8bb8dcc15..577297c7b 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -1,7 +1,13 @@ name: Test Kitchen + on: - push - pull_request + +concurrency: + group: ${{ github.workflow }}-{{ github.head_ref || github.ref }} + cancel-in-progress: true + jobs: kitchen: name: Test Kitchen