From 21b187983a9ca5238010c001b814740da87bd87c Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Wed, 22 Jan 2025 18:11:25 -0600 Subject: [PATCH] Temporarily disable more notify jobs to work around problem with SignPath action --- .github/workflows/smoke.yml | 20 ++++++++++---------- .github/workflows/test.yml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index b7c80cac3..282b72785 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -53,13 +53,13 @@ jobs: with: name: inflator-image path: /tmp/inflator-image.tar - notify: - needs: - - build-release - - smoke-test-inflator - if: failure() - uses: ./.github/workflows/notify.yml - with: - name: ${{ github.workflow }} - success: ${{ !contains(needs.*.result, 'failure') }} - secrets: inherit + # notify: + # needs: + # - build-release + # - smoke-test-inflator + # if: failure() + # uses: ./.github/workflows/notify.yml + # with: + # name: ${{ github.workflow }} + # success: ${{ !contains(needs.*.result, 'failure') }} + # secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ae472b09..2c08d738a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,13 +29,13 @@ jobs: - name: Run tests run: xvfb-run ./build test+only --configuration=Debug --where="Category!=FlakyNetwork" - notify: - needs: - - build-debug - - test-build - if: failure() - uses: ./.github/workflows/notify.yml - with: - name: ${{ github.workflow }} - success: ${{ !contains(needs.*.result, 'failure') }} - secrets: inherit + # notify: + # needs: + # - build-debug + # - test-build + # if: failure() + # uses: ./.github/workflows/notify.yml + # with: + # name: ${{ github.workflow }} + # success: ${{ !contains(needs.*.result, 'failure') }} + # secrets: inherit