diff --git a/.github/workflows/auto-build-publish-and-job-summary-test.yml b/.github/workflows/auto-build-publish.yml similarity index 91% rename from .github/workflows/auto-build-publish-and-job-summary-test.yml rename to .github/workflows/auto-build-publish.yml index 2186eae69..001eff58f 100644 --- a/.github/workflows/auto-build-publish-and-job-summary-test.yml +++ b/.github/workflows/auto-build-publish.yml @@ -84,13 +84,4 @@ jobs: - name: Add npm modules to local build-info run: | jf npm-config --repo-resolve npm-remote - jf npm install - - - name: Validate job summary was written (sanity check) - shell: bash - run: | - if [ ! -s "$GITHUB_STEP_SUMMARY" ]; then - echo "❌ Job summary file is empty!" - exit 1 - fi - echo "✅ Job summary written!" \ No newline at end of file + jf npm install \ No newline at end of file diff --git a/.github/workflows/oidc-integration-test.yml b/.github/workflows/oidc-integration-test.yml index 8fcfee7e9..c1bf2f8dd 100644 --- a/.github/workflows/oidc-integration-test.yml +++ b/.github/workflows/oidc-integration-test.yml @@ -146,7 +146,7 @@ jobs: cleanup-oidc-integration: needs: oidc-test - if: always() + if: success() || failure() strategy: matrix: include: