X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c14a096788981c94dd6d2681d4e6d2898adef3ca..69fbe7b6932296e86f1a7cdbd033fd84950df69d:/.github/workflows/test-kitchen.yml?ds=inline 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