]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Disable birthday recipe while under dev
[chef.git] / .github / workflows / cookstyle.yml
index 62d14b8aff4111424c078299c947a36206e25f0a..b9332e23680fb01b578e5fd9c8147a7cbccfa7bd 100644 (file)
@@ -3,9 +3,10 @@ name: Cookstyle
 on:
   - push
   - pull_request
+  - workflow_dispatch
 
 concurrency:
-  group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
+  group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 
 jobs:
@@ -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: