Address PR comments

This commit is contained in:
Abraham Gonzalez
2022-04-15 00:16:56 +00:00
parent f7ed3031d2
commit 2b9e470d09
2 changed files with 1 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ jobs:
runs-on: ubuntu-latest
# Queried by downstream jobs to determine if they should run.
outputs:
needs-docs: ${{ steps.filter.outputs.docs }}
needs-rtl: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
steps:
@@ -100,7 +99,6 @@ jobs:
documentation-check:
name: documentation-check
needs: change-filters
if: needs.change-filters.outputs.needs-docs == 'true'
runs-on: ubuntu-latest
container:
image: ucbbar/chipyard-ci-image:554b436