Only run repo-maintenance.yaml on 'commaai/openpilot' (#31401)

This otherwise fails and causes a periodic annoying email for users who have forked the repo.
old-commit-hash: 299dbb564d
chrysler-long2
Nelson Chen 1 year ago committed by GitHub
parent 1384c10fb0
commit 83bfa0a50d
  1. 2
      .github/workflows/repo-maintenance.yaml

@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: ghcr.io/commaai/openpilot-base:latest image: ghcr.io/commaai/openpilot-base:latest
if: github.repository == 'commaai/openpilot'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -36,6 +37,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: ghcr.io/commaai/openpilot-base:latest image: ghcr.io/commaai/openpilot-base:latest
if: github.repository == 'commaai/openpilot'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: poetry lock - name: poetry lock

Loading…
Cancel
Save