diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e90551e44..f55a88201 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -56,12 +56,3 @@ jobs: message: | @room Daily integration tests failed https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks/${{ github.run_id }} - - name: Notify daily integration tests success - if: success() - uses: s3krit/matrix-message-action@70ad3fb812ee0e45ff8999d6af11cafad11a6ecf # v0.0.3 - with: - room_id: ${{ matrix.channel.room }} - access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} - server: m.parity.io - message: | - Daily integration tests passed (temporary message to test the notification, this will be omitted in the future)