From c42145ae64f26a2ed1c608686fbabf65018da750 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 31 Mar 2022 18:23:33 -0500 Subject: [PATCH] spectesting: Remove repo filter to allow it to run on vagrant-ruby --- .github/workflows/spectesting.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/spectesting.yml b/.github/workflows/spectesting.yml index e0669f4b1..0b56e471b 100644 --- a/.github/workflows/spectesting.yml +++ b/.github/workflows/spectesting.yml @@ -7,7 +7,6 @@ on: jobs: setup-packet: - if: github.repository == 'hashicorp/vagrant-acceptance' runs-on: self-hosted name: Build Packet Instance steps: @@ -20,7 +19,6 @@ jobs: VAGRANT_CI_LOADER_BUCKET: ${{ secrets.VAGRANT_CI_LOADER_BUCKET }} setup-hosts: - if: github.repository == 'hashicorp/vagrant-acceptance' runs-on: self-hosted name: Vagrant-Spec Start Hosts needs: setup-packet @@ -43,7 +41,6 @@ jobs: VAGRANT_CI_LOADER_BUCKET: ${{ secrets.VAGRANT_CI_LOADER_BUCKET }} spec-tests: - if: github.repository == 'hashicorp/vagrant-acceptance' runs-on: self-hosted name: Vagrant-Spec Tests needs: setup-hosts @@ -65,7 +62,6 @@ jobs: VAGRANT_CI_LOADER_BUCKET: ${{ secrets.VAGRANT_CI_LOADER_BUCKET }} cleanup: - if: github.repository == 'hashicorp/vagrant-acceptance' runs-on: self-hosted name: Cleanup Post Vagrant-Spec Tests needs: spec-tests