Fix CD actions (#1441)

* Fix CD actions

* Skip Build if no relevant changes
This commit is contained in:
Li Jiang
2025-05-28 10:45:27 +08:00
committed by GitHub
parent dec92e5b02
commit 48dfd72e64
2 changed files with 9 additions and 12 deletions

View File

@@ -14,6 +14,12 @@ on:
- 'setup.py'
pull_request:
branches: ['main']
paths:
- 'flaml/**'
- 'test/**'
- 'notebook/**'
- '.github/workflows/python-package.yml'
- 'setup.py'
merge_group:
types: [checks_requested]