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 005bfd7 commit bd26776
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,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 }}"

0 comments on commit bd26776

Please sign in to comment.