Skip to content

Commit

Permalink
build: Test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent 36f2461 commit 5914ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
if: ${{ contains(github.event.pull_request.title, "build:") }}
if: "contains(github.event.pull_request.title, 'build:')"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5914ff9

Please sign in to comment.