From bd267766046bf7e862e31930308cfe72010abf90 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Mon, 14 Oct 2024 17:49:11 +0100 Subject: [PATCH] Dummy commit --- .github/workflows/wheels-pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels-pr.yml b/.github/workflows/wheels-pr.yml index f7ff9b8e9b30..8be7093edf9a 100644 --- a/.github/workflows/wheels-pr.yml +++ b/.github/workflows/wheels-pr.yml @@ -16,8 +16,13 @@ concurrency: jobs: test-wheels: - if: ${{ contains(github.event.pull_request.labels.*.name, 'ci: test wheels') }} + # if: ${{ contains(github.event.pull_request.labels.*.name, 'ci: test wheels') }} name: Build uses: './.github/workflows/wheels-build.yml' with: default-action: "build" + + show-labels: + runs-on: ubuntu-latest + steps: + - run: echo "${{ github.event.pull_request.labels.*.name }}"