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 runs-on: ubuntu-latest
# 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-rtl: ${{ 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:
@@ -100,7 +99,6 @@ jobs:
documentation-check: documentation-check:
name: documentation-check name: documentation-check
needs: change-filters needs: change-filters
if: needs.change-filters.outputs.needs-docs == 'true'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ucbbar/chipyard-ci-image:554b436 image: ucbbar/chipyard-ci-image:554b436

View File

@@ -10,7 +10,7 @@ pull_request_rules:
actions: actions:
backport: backport:
branches: branches:
- 1.13.x - 1.6.x
ignore_conflicts: True ignore_conflicts: True
label_conflicts: "bp-conflict" label_conflicts: "bp-conflict"
label: label: