Skip to content

Commit ca13fdc

Browse files
committed
add rationale for the min test wheel
1 parent 82b4fbe commit ca13fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
FULL: "true"
7777
secrets: inherit
7878

79+
# Build and test a single wheel to limit CI cost. We use linux-x64 because it's fast. linux-arm64 would also be a good
80+
# choice, but reusable_test_wheels.yml is broken for that target (https://github.com/rerun-io/rerun/issues/5525)
7981
min-wheel-build:
8082
name: "Minimum Wheel Build"
8183
if: github.event.pull_request.head.repo.owner.login == 'rerun-io'

0 commit comments

Comments
 (0)