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 82b4fbe commit ca13fdcCopy full SHA for ca13fdc
.github/workflows/on_pull_request.yml
@@ -76,6 +76,8 @@ jobs:
76
FULL: "true"
77
secrets: inherit
78
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)
81
min-wheel-build:
82
name: "Minimum Wheel Build"
83
if: github.event.pull_request.head.repo.owner.login == 'rerun-io'
0 commit comments