fix: update workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 12:54:28 -06:00
parent 0c11842f0a
commit 69776a3c31
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
committed: ${{ steps.commit.outputs.committed }}
test:
needs: lint
if: ${{ needs.lint.outputs.committed == false }}
if: needs.lint.outputs.committed == false
name: test
runs-on: ubuntu-latest
strategy: