ci: create ui report only on PR (#33168)

only on pr
pull/33169/head
Maxime Desroches 9 months ago committed by GitHub
parent 5b4b7a08fc
commit 4b11c9e914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -340,6 +340,7 @@ jobs:
# This job name needs to be the same as UI_JOB_NAME in ui_preview.yaml
name: Create UI Report
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
with:

Loading…
Cancel
Save