Skip to content

Commit

Permalink
Label condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Oct 14, 2024
1 parent 43afe06 commit 9d29e7f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/wheels-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ concurrency:

jobs:
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 <<EOF
${{ toJSON(github.event.pull_request.labels.*.name) }}
EOF
if: '${{ contains(github.event.pull_request.labels.*.name, ''ci: test wheels'') }}'

0 comments on commit 9d29e7f

Please sign in to comment.