fix: update workflow
This commit is contained in:
@@ -36,7 +36,6 @@ jobs:
|
|||||||
run: echo ${{ steps.commit.outputs.committed }}
|
run: echo ${{ steps.commit.outputs.committed }}
|
||||||
outputs:
|
outputs:
|
||||||
committed: ${{ steps.commit.outputs.committed }}
|
committed: ${{ steps.commit.outputs.committed }}
|
||||||
run: echo
|
|
||||||
test:
|
test:
|
||||||
needs: lint
|
needs: lint
|
||||||
if: needs.lint.outputs.committed == false
|
if: needs.lint.outputs.committed == false
|
||||||
|
|||||||
Reference in New Issue
Block a user