From a0aa289c0516b5488f3dba35d30d6ee35ae8bd24 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 10 Sep 2024 22:11:31 -0400 Subject: [PATCH] Restrict GitHub Actions to a dedicated branch - The Vagrant testing setup on macos-latest is broken - Temporary measure until fixed or abandoned --- .github/workflows/vagrant.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vagrant.yml b/.github/workflows/vagrant.yml index bebdcec..429db6d 100644 --- a/.github/workflows/vagrant.yml +++ b/.github/workflows/vagrant.yml @@ -3,8 +3,9 @@ name: homelab-ci on: push: branches: - - main - - testing + - github_actions + # - main + # - testing jobs: homelab-ci: