From 08301be1c22bfb0b509be9d7e54b49e66aae2b7c Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:56:03 -0400 Subject: [PATCH] Update pr-deploy-and-comment.yml --- .github/workflows/pr-deploy-and-comment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-deploy-and-comment.yml b/.github/workflows/pr-deploy-and-comment.yml index 5e29e30f6f..929c42dc64 100644 --- a/.github/workflows/pr-deploy-and-comment.yml +++ b/.github/workflows/pr-deploy-and-comment.yml @@ -12,9 +12,7 @@ on: jobs: pr-deploy-and-comment: if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }} - runs-on: [self-hosted, x64, private] - container: - image: ghcr.io/viamrobotics/canon:amd64 + runs-on: [self-hosted, x64, linux] steps: - name: Checkout uses: actions/checkout@v3