Restrict GitHub Actions to a dedicated branch
- The Vagrant testing setup on macos-latest is broken - Temporary measure until fixed or abandoned
This commit is contained in:
parent
324fe0b191
commit
a0aa289c05
5
.github/workflows/vagrant.yml
vendored
5
.github/workflows/vagrant.yml
vendored
@ -3,8 +3,9 @@ name: homelab-ci
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- github_actions
|
||||||
- testing
|
# - main
|
||||||
|
# - testing
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
homelab-ci:
|
homelab-ci:
|
||||||
|
Loading…
Reference in New Issue
Block a user