TEMP: pretend this is not a PR

This commit is contained in:
Quentin Gliech
2025-07-01 14:39:44 +02:00
parent 0272860424
commit e43b0f9bd1

View File

@@ -119,7 +119,7 @@ jobs:
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
is_pr:
- ${{ startsWith(github.ref, 'refs/pull/') }}
- false
exclude:
# Don't build macos wheels on PR CI.
@@ -144,7 +144,7 @@ jobs:
run: python -m pip install cibuildwheel==3.0.0
- name: Only build a single wheel on PR
if: startsWith(github.ref, 'refs/pull/')
if: false
run: echo "CIBW_BUILD="cp39-manylinux_*"" >> $GITHUB_ENV
- name: Build wheels