We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c4d64 commit aeb3c7fCopy full SHA for aeb3c7f
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: Main CI Pipeline
+name: main
2
3
on:
4
push:
@@ -268,7 +268,8 @@ jobs:
268
build-package:
269
name: Package Build
270
runs-on: ubuntu-24.04
271
- needs: [quality-checks, tests, build-schema]
+ needs: [quality-checks, build-schema]
272
+ # needs: [quality-checks, tests, build-schema]
273
274
strategy:
275
matrix:
.github/workflows/wheels.yml
-name: Build and Publish Wheels
+name: wheels
# Build wheels on feature branches and PRs (test only)
0 commit comments