We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1462f6e commit ad7fe10Copy full SHA for ad7fe10
.github/workflows/check.yml
@@ -27,4 +27,4 @@ jobs:
27
run: make show
28
- name: check for leaks
29
run: make checkleaks
30
- if: ${{ !steps.test.outputs.todo }}
+ if: ${{ !contains(steps.test.outputs.todo, 'true') }}
0 commit comments