Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Oct 14, 2024
1 parent 0558af6 commit 7c64479
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wheels-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ 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') }}
uses: './.github/workflows/wheels-build.yml'
with:
default-action: "build"

show-labels:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.even.pull_request.labels.*.name }}"

0 comments on commit 7c64479

Please sign in to comment.