Skip to content

Commit

Permalink
ci: create ui report only on PR (commaai#33168)
Browse files Browse the repository at this point in the history
only on pr
  • Loading branch information
maxime-desroches authored Aug 1, 2024
1 parent 5b4b7a0 commit 4b11c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b11c9e

Please sign in to comment.