From f7ed3031d2228bc3b958be1544cfe92cb651f318 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Thu, 7 Apr 2022 18:39:51 -0700 Subject: [PATCH] Rename job output --- .github/workflows/chipyard-run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chipyard-run-tests.yml b/.github/workflows/chipyard-run-tests.yml index 731284e5..eb976c00 100644 --- a/.github/workflows/chipyard-run-tests.yml +++ b/.github/workflows/chipyard-run-tests.yml @@ -34,7 +34,7 @@ jobs: # Queried by downstream jobs to determine if they should run. outputs: 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: - uses: actions/checkout@v2