fix: update workflow
This commit is contained in:
@@ -32,10 +32,15 @@ jobs:
|
|||||||
message: 'fix: resolve linter errors'
|
message: 'fix: resolve linter errors'
|
||||||
committer_name: GitHub Actions
|
committer_name: GitHub Actions
|
||||||
committer_email: actions@github.com
|
committer_email: actions@github.com
|
||||||
- name: test
|
|
||||||
run: echo ${{ steps.commit.outputs.committed }}
|
|
||||||
outputs:
|
outputs:
|
||||||
committed: ${{ steps.commit.outputs.committed }}
|
committed: ${{ steps.commit.outputs.committed }}
|
||||||
|
experiment:
|
||||||
|
needs: lint
|
||||||
|
name: experiment
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
- run: echo needs.lint.outputs.committed
|
||||||
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