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

only on pr
This commit is contained in:
Maxime Desroches 2024-08-01 16:44:10 -07:00 committed by GitHub
parent 5b4b7a08fc
commit 4b11c9e914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: