Skip to content

Commit 68247d9

Browse files
committed
ci(ui): run the UI checks on a draft pull request
A draft skipped the whole validate job, so the branch that changes 200 UI files was the one branch CI never looked at: lint, unit tests and build all ran locally and nowhere else. A draft is where a check is worth the most — it is the state a change sits in while it is still wrong. The other workflows keep their gate. This one is dropped alone because the comment-policy branches are drafts on purpose and their UI half is the part with no other verification.
1 parent 3da646c commit 68247d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/validate-ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
validate:
1313
name: validate (${{ matrix.app }})
14-
if: ${{ github.event.pull_request.draft == false }}
1514

1615
strategy:
1716
fail-fast: false

0 commit comments

Comments
 (0)