From 0979256a60b36e3764a70515a3ee50cb263f4ee0 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 19 Nov 2023 13:06:34 -0500 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3321e4fa3..7bfa5ef33 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,7 +8,7 @@ on: jobs: test: name: Run all Verifications/Tests - runs-on: amd64-runner + runs-on: self-hosted steps: - uses: actions/checkout@v3 with: @@ -33,7 +33,7 @@ jobs: deploy: name: Deploy Affected Apps - runs-on: amd64-runner + runs-on: self-hosted needs: - test steps: