From 80133da2fc87d20d497240ee76146597de068722 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 19 Dec 2024 11:20:44 -0500 Subject: [PATCH] fix job dependency reference --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index b202ef48..c94e52c7 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -73,7 +73,7 @@ jobs: results: name: "Pull request checks" if: always() - needs: [code-quality, changelog, verify-builds, unit-tests, integration-tests] + needs: [code-quality, changelog-entry, verify-builds, unit-tests, integration-tests] runs-on: ${{ vars.DEFAULT_RUNNER }} steps: - uses: re-actors/alls-green@release/v1