Skip to content

Commit ad7fe10

Browse files
string test was not available
1 parent 1462f6e commit ad7fe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: make show
2828
- name: check for leaks
2929
run: make checkleaks
30-
if: ${{ !steps.test.outputs.todo }}
30+
if: ${{ !contains(steps.test.outputs.todo, 'true') }}

0 commit comments

Comments
 (0)