From c99fda07e3d3da5926de06324dae1d16f0752789 Mon Sep 17 00:00:00 2001 From: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:17:25 -0400 Subject: [PATCH] Correct integration-tests dependency in integration-tests.yml (#600) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ecc77c01..046f05f0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -77,7 +77,7 @@ jobs: process-upload-report: runs-on: ubuntu-latest - needs: [run-tests] + needs: [integration-tests] if: always() && github.repository == 'linode/ansible_linode' steps: