]> git.openstreetmap.org Git - chef.git/commitdiff
Enable GitHub Actions manual workflow_dispatch trigger
authorGrant Slater <github@firefishy.com>
Tue, 29 Aug 2023 08:20:48 +0000 (09:20 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 29 Aug 2023 08:20:48 +0000 (09:20 +0100)
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 43494fc14d9dd6f4e8ae5ef4af5e2727a26436cb..78b79aa794e0d1c880c1d9a527f811e169e27b89 100644 (file)
@@ -3,6 +3,7 @@ name: Cookstyle
 on:
   - push
   - pull_request
+  - workflow_dispatch
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
index 33af67104945a7c382f7bb5f2ac92444cd15c483..3699100b37c93604ffd922c178e911dd19f7d75e 100644 (file)
@@ -3,6 +3,7 @@ name: Test Kitchen
 on:
   - push
   - pull_request
+  - workflow_dispatch
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}