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.
pull/31416/head
Nelson Chen 1 year ago committed by GitHub
parent 667693b8c2
commit 299dbb564d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/repo-maintenance.yaml

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

Loading…
Cancel
Save