mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-01-04 10:07:56 +01:00
ci(workflows): disable as non-functioning
* Will come back to these at a later date
This commit is contained in:
parent
223203857d
commit
518db2ea27
2
.github/workflows/kitchen.macos.yml
vendored
2
.github/workflows/kitchen.macos.yml
vendored
@ -2,7 +2,7 @@
|
||||
# vim: ft=yaml
|
||||
---
|
||||
name: 'Kitchen (macOS)'
|
||||
'on': ['push', 'pull_request']
|
||||
'on': ['workflow_dispatch']
|
||||
|
||||
env:
|
||||
KITCHEN_LOCAL_YAML: 'kitchen.macos.yml'
|
||||
|
||||
2
.github/workflows/kitchen.vagrant.yml
vendored
2
.github/workflows/kitchen.vagrant.yml
vendored
@ -2,7 +2,7 @@
|
||||
# vim: ft=yaml
|
||||
---
|
||||
name: 'Kitchen Vagrant (FreeBSD, OpenBSD & Windows)'
|
||||
'on': ['push', 'pull_request']
|
||||
'on': ['workflow_dispatch']
|
||||
|
||||
env:
|
||||
KITCHEN_LOCAL_YAML: 'kitchen.vagrant.yml'
|
||||
|
||||
2
.github/workflows/kitchen.windows.yml
vendored
2
.github/workflows/kitchen.windows.yml
vendored
@ -2,7 +2,7 @@
|
||||
# vim: ft=yaml
|
||||
---
|
||||
name: 'Kitchen (Windows)'
|
||||
'on': ['push', 'pull_request']
|
||||
'on': ['workflow_dispatch']
|
||||
|
||||
env:
|
||||
machine_user: kitchen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user