Skip to content

Commit

Permalink
Only run repo-maintenance.yaml on 'commaai/openpilot' (commaai#31401)
Browse files Browse the repository at this point in the history
This otherwise fails and causes a periodic annoying email for users who have forked the repo.
  • Loading branch information
nelsonjchen committed Feb 10, 2024
1 parent 667693b commit 299dbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo-maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 299dbb5

Please sign in to comment.