Skip to content

Commit

Permalink
oops, inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored Oct 11, 2023
1 parent 1d4b5d8 commit ed81df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: make show
- name: check for leaks
run: make checkleaks
if: ${{ steps.test.outputs.todo }}
if: ${{ !steps.test.outputs.todo }}

0 comments on commit ed81df5

Please sign in to comment.