X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5c4ad2b98eaf69a7c026bd2d1b0f06b96763be01..2391778fabfc9e50cef662975c0205bcf0b25a78:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 43494fc14..b9332e236 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -3,6 +3,7 @@ name: Cookstyle on: - push - pull_request + - workflow_dispatch concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} @@ -14,7 +15,7 @@ jobs: 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: