Skip to content

Commit

Permalink
[#3] test
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 20, 2024
1 parent c55d101 commit 61d5356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

changes:
needs: check_wip_pr
if: ${{ needs.check_wip_pr.outputs.is_wip_pr != 'true' }}
if: ${{ needs.check_wip_pr.outputs.is_wip_pr == 'false' }}
runs-on: ubuntu-latest
permissions:
pull-requests: read
Expand Down

0 comments on commit 61d5356

Please sign in to comment.