Skip to content

Commit d8d23f1

Browse files
committed
FIX: Fast enough now
1 parent 3bcc84e commit d8d23f1

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,6 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
job_metadata:
19-
runs-on: ubuntu-latest
20-
outputs:
21-
commit_message: ${{ steps.get_commit_message.outputs.commit_message }}
22-
steps:
23-
- name: Checkout
24-
uses: actions/checkout@v5
25-
with:
26-
fetch-depth: 2
27-
- name: Print head git commit message
28-
id: get_commit_message
29-
run: |
30-
if [[ -z "$COMMIT_MSG" ]]; then
31-
COMMIT_MSG=$(git show -s --format=%s $REF)
32-
fi
33-
echo commit_message=$COMMIT_MSG | tee -a $GITHUB_OUTPUT
34-
env:
35-
COMMIT_MSG: ${{ github.event.head_commit.message }}
36-
REF: ${{ github.event.pull_request.head.sha }}
37-
3818
build-sdist:
3919
name: Build sdist
4020
runs-on: ubuntu-latest
@@ -51,9 +31,7 @@ jobs:
5131

5232
build-wheel:
5333
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
54-
needs: [job_metadata]
5534
runs-on: ${{ matrix.buildplat[0] }}
56-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || contains(needs.job_metadata.outputs.commit_message, '[build wheels]')
5735
strategy:
5836
fail-fast: false
5937
matrix:

0 commit comments

Comments
 (0)