GHA: build failure notification connected to purge_cache

This commit is contained in:
aboyko
2023-11-17 11:38:26 -05:00
parent b6a31bfe83
commit d173af8b7a
2 changed files with 2 additions and 2 deletions

View File

@@ -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: