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