Skip to content

Commit

Permalink
Update pr-deploy-and-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 20, 2023
1 parent 463a880 commit 08301be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-deploy-and-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08301be

Please sign in to comment.