ci(workflows): disable as non-functioning

* Will come back to these at a later date
This commit is contained in:
Dafydd Jones
2025-06-11 23:33:57 +01:00
parent 223203857d
commit 518db2ea27
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# vim: ft=yaml # vim: ft=yaml
--- ---
name: 'Kitchen (macOS)' name: 'Kitchen (macOS)'
'on': ['push', 'pull_request'] 'on': ['workflow_dispatch']
env: env:
KITCHEN_LOCAL_YAML: 'kitchen.macos.yml' KITCHEN_LOCAL_YAML: 'kitchen.macos.yml'
+1 -1
View File
@@ -2,7 +2,7 @@
# vim: ft=yaml # vim: ft=yaml
--- ---
name: 'Kitchen Vagrant (FreeBSD, OpenBSD & Windows)' name: 'Kitchen Vagrant (FreeBSD, OpenBSD & Windows)'
'on': ['push', 'pull_request'] 'on': ['workflow_dispatch']
env: env:
KITCHEN_LOCAL_YAML: 'kitchen.vagrant.yml' KITCHEN_LOCAL_YAML: 'kitchen.vagrant.yml'
+1 -1
View File
@@ -2,7 +2,7 @@
# vim: ft=yaml # vim: ft=yaml
--- ---
name: 'Kitchen (Windows)' name: 'Kitchen (Windows)'
'on': ['push', 'pull_request'] 'on': ['workflow_dispatch']
env: env:
machine_user: kitchen machine_user: kitchen