fix: output path fixed to trigger jobs (#1978)
This commit is contained in:
parent
37882378b6
commit
77bb148a70
6
.github/workflows/capsule-cypress.yml
vendored
6
.github/workflows/capsule-cypress.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/tests-dispatcher.yml
|
uses: ./.github/workflows/tests-dispatcher.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
project: ${{ needs.manual.outputs.projects }}
|
project: ${{ needs.pr.outputs.projects }}
|
||||||
vega-version: ${{needs.manual.outputs.vega-version}}
|
vega-version: ${{needs.pr.outputs.vega-version}}
|
||||||
gobin: ${{needs.manual.outputs.gobin}}
|
gobin: ${{needs.pr.outputs.gobin}}
|
||||||
tags: "--env.grepTags='@smoke'"
|
tags: "--env.grepTags='@smoke'"
|
||||||
|
Loading…
Reference in New Issue
Block a user