Skip to content

Commit

Permalink
Limit pip release ci to strict minimum (#791)
Browse files Browse the repository at this point in the history
In order to accelerate our workflow, this PR reduces the CI pip release
cross platform check to work that correspond to python dependent work.
  • Loading branch information
haixuanTao authored Feb 23, 2025
2 parents d0cefcb + 5102a9e commit b4021d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ on:
- main
pull_request:
paths-ignore:
- "!node-hub/**"
- "node-hub/**"
paths:
- "apis/python/node/**"
- "binaries/cli/**"

permissions:
contents: write
Expand Down

0 comments on commit b4021d0

Please sign in to comment.