Skip to content

Commit aeb3c7f

Browse files
committed
simplify workflow names; do not require tests for build-package - for now
1 parent 61c4d64 commit aeb3c7f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main CI Pipeline
1+
name: main
22

33
on:
44
push:
@@ -268,7 +268,8 @@ jobs:
268268
build-package:
269269
name: Package Build
270270
runs-on: ubuntu-24.04
271-
needs: [quality-checks, tests, build-schema]
271+
needs: [quality-checks, build-schema]
272+
# needs: [quality-checks, tests, build-schema]
272273

273274
strategy:
274275
matrix:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Wheels
1+
name: wheels
22

33
on:
44
# Build wheels on feature branches and PRs (test only)

0 commit comments

Comments
 (0)