X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c14a096788981c94dd6d2681d4e6d2898adef3ca..b25f46122ff7e9092ec9fb2e88ad15c564155c5e:/.github/workflows/cookstyle.yml?ds=sidebyside diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index a9b8b962c..b9332e236 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -1,14 +1,21 @@ name: Cookstyle + on: - push - pull_request + - workflow_dispatch + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} + cancel-in-progress: true + jobs: cookstyle: name: Cookstyle runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 with: