From 66877e3e4398c338a7d030a2b0a04a6e7794e182 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Mon, 16 Jun 2025 12:16:57 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 107bc1ccc..ae29ee28c 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -73,24 +73,4 @@ jobs: echo "✅ Cache was hit!" else echo "❌ Cache was missed." - fi - - verify-summary: - runs-on: ubuntu-latest - needs: [verify-cache, verify-backend, verify-webapp] - if: always() - steps: - - name: CI Summary - run: | - echo "### ✅ CI Cache Verification Summary" >> $GITHUB_STEP_SUMMARY - echo "- Cache: ${{ needs.verify-cache.result }}" >> $GITHUB_STEP_SUMMARY - echo "- Backend: ${{ needs.verify-backend.result }}" >> $GITHUB_STEP_SUMMARY - echo "- Webapp: ${{ needs.verify-webapp.result }}" >> $GITHUB_STEP_SUMMARY - if [[ '${{ needs.verify-cache.result }}' != 'success' || '${{ needs.verify-backend.result }}' != 'success' || '${{ needs.verify-webapp.result }}' != 'success' ]]; then - echo " - ❌ One or more checks failed." >> $GITHUB_STEP_SUMMARY - exit 1 - else - echo " - ✅ All checks passed successfully!" >> $GITHUB_STEP_SUMMARY - fi \ No newline at end of file + fi \ No newline at end of file