Skip to content

Commit 518db2e

Browse files
committed
ci(workflows): disable as non-functioning
* Will come back to these at a later date
1 parent 2232038 commit 518db2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/kitchen.macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
name: 'Kitchen (macOS)'
5-
'on': ['push', 'pull_request']
5+
'on': ['workflow_dispatch']
66

77
env:
88
KITCHEN_LOCAL_YAML: 'kitchen.macos.yml'

.github/workflows/kitchen.vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
name: 'Kitchen Vagrant (FreeBSD, OpenBSD & Windows)'
5-
'on': ['push', 'pull_request']
5+
'on': ['workflow_dispatch']
66

77
env:
88
KITCHEN_LOCAL_YAML: 'kitchen.vagrant.yml'

.github/workflows/kitchen.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
name: 'Kitchen (Windows)'
5-
'on': ['push', 'pull_request']
5+
'on': ['workflow_dispatch']
66

77
env:
88
machine_user: kitchen

0 commit comments

Comments
 (0)