Rename job output
This commit is contained in:
committed by
mergify-bot
parent
af5c586aff
commit
f7ed3031d2
2
.github/workflows/chipyard-run-tests.yml
vendored
2
.github/workflows/chipyard-run-tests.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
# Queried by downstream jobs to determine if they should run.
|
# Queried by downstream jobs to determine if they should run.
|
||||||
outputs:
|
outputs:
|
||||||
needs-docs: ${{ steps.filter.outputs.docs }}
|
needs-docs: ${{ steps.filter.outputs.docs }}
|
||||||
needs-rtl-build: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
|
needs-rtl: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user