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