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

only on pr
old-commit-hash: 4b11c9e914
pull/33302/head
Maxime Desroches 9 months ago committed by GitHub
parent cb306fd7a8
commit 41e549f8c8
  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