X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..8143fc583e3911338bc455f858f4df9a0567c171:/.github/workflows/cookstyle.yml?ds=sidebyside 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: