X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c14a096788981c94dd6d2681d4e6d2898adef3ca..d9ec0073de406b025c10d91d5e68666811384279:/.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