Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 16, 2024
1 parent f3ac90a commit 9e68bcb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ui_preview.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: ui preview

name: "ui preview"
on:
pull_request_target:
types: [opened, reopened, synchronize, edited]
types: [opened, reopened, synchronize, edited, edited]
paths:
- 'selfdrive/ui/**' # only run on change in the ui

jobs:
preview:
name: preview
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
steps:
- name: Wait for ui report
uses: lewagon/[email protected]
Expand Down

0 comments on commit 9e68bcb

Please sign in to comment.