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