mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +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: ec7a05c9a120393bf4d806b1c1d06217eb5689ca
This commit is contained in:
@@ -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