Python: Update lab test trigger (#1632)

* Update lab test trigger

* fix tests
This commit is contained in:
Eric Zhu
2025-10-23 11:11:57 -07:00
committed by GitHub
Unverified
parent 1f19a6da5c
commit 064ee8afbe
2 changed files with 16 additions and 5 deletions
+5 -4
View File
@@ -1,14 +1,15 @@
name: Python - Lab Tests
on:
workflow_dispatch:
pull_request:
branches: ["main", "feature*"]
paths:
- "python/packages/lab/**"
push:
branches: ["main"]
paths:
- "python/packages/lab/**"
merge_group:
branches: ["main"]
schedule:
- cron: "0 0 * * *" # Run at midnight UTC daily
env:
# Configure a constant location for the uv cache