mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
CI: don't run badges job on forks (#25381)
* CI: don't run badges job on forks
* Apply suggestions from code review
old-commit-hash: ec7a05c9a1
This commit is contained in:
3
.github/workflows/badges.yaml
vendored
3
.github/workflows/badges.yaml
vendored
@@ -17,7 +17,8 @@ env:
|
||||
jobs:
|
||||
badges:
|
||||
name: create badges
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'commaai/openpilot'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user