From d173af8b7aa87ffb6a24a19a2675568033d4254b Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 17 Nov 2023 11:38:26 -0500 Subject: [PATCH] GHA: build failure notification connected to purge_cache --- .github/workflows/eclipse-ls-extensions-build.yml | 2 +- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 45e547bff..008adc0fc 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -136,7 +136,7 @@ jobs: urls: ${{ needs.eclipse-language-servers-build.outputs.invalid_urls }} notify-failure: - needs: [ eclipse-language-servers-build ] + needs: [ eclipse-language-servers-build, purge_cache ] if: ${{ always() && contains(needs.*.result, 'failure') }} uses: ./.github/workflows/notify-failed.yml with: diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index e7d422f29..37d5ee4ed 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -361,7 +361,7 @@ jobs: ${{ github.workspace }}/.github/scripts/clear-s3-caches.sh ${{ needs.eclipse-distro-build.outputs.p2_path }} notify-failure: - needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros, cleanup ] + needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros, cleanup, purge_cache ] if: ${{ always() && contains(needs.*.result, 'failure') }} uses: ./.github/workflows/notify-failed.yml with: