fix: update workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 13:09:47 -06:00
parent 36fd4ea2d7
commit f73ccefa75
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
run: echo ${{ needs.format.outputs.committed }}
test:
needs: format
if: ${{ needs.format.outputs.committed }} == false
if: needs.format.outputs.committed == false
name: test
runs-on: ubuntu-latest
strategy: