Address PR comments
This commit is contained in:
2
.github/workflows/chipyard-run-tests.yml
vendored
2
.github/workflows/chipyard-run-tests.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user