diff --git a/.github/workflows/cd-release-notify.yaml b/.github/workflows/cd-release-notify.yaml index b51b6708e1..40869c7786 100644 --- a/.github/workflows/cd-release-notify.yaml +++ b/.github/workflows/cd-release-notify.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/cd-release.yaml b/.github/workflows/cd-release.yaml index faa961f555..2d5d56eb0e 100644 --- a/.github/workflows/cd-release.yaml +++ b/.github/workflows/cd-release.yaml @@ -22,7 +22,7 @@ jobs: ./go/utils/publishrelease/bump-version.sh ${{ github.event.inputs.version }} - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} @@ -98,7 +98,7 @@ jobs: asset_content_type: text/plain - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} @@ -124,7 +124,7 @@ jobs: COMMITTER_TOKEN: ${{secrets.HOMEBREW_GITHUB_TOKEN}} - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci-bats-tests.yaml b/.github/workflows/ci-bats-tests.yaml index ec22d5d3d2..6867b6d70b 100644 --- a/.github/workflows/ci-bats-tests.yaml +++ b/.github/workflows/ci-bats-tests.yaml @@ -109,7 +109,7 @@ jobs: working-directory: ./bats - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci-check-repo.yaml b/.github/workflows/ci-check-repo.yaml index 39746f9195..d44dda52c1 100644 --- a/.github/workflows/ci-check-repo.yaml +++ b/.github/workflows/ci-check-repo.yaml @@ -31,7 +31,7 @@ jobs: CHANGE_TARGET: ${{ github.base_ref }} - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci-compatibility-tests.yaml b/.github/workflows/ci-compatibility-tests.yaml index 4775fbb7d0..9979cad344 100644 --- a/.github/workflows/ci-compatibility-tests.yaml +++ b/.github/workflows/ci-compatibility-tests.yaml @@ -44,7 +44,7 @@ jobs: working-directory: ./bats/compatibility - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci-go-tests.yaml b/.github/workflows/ci-go-tests.yaml index 2a9f329653..cd9eda13a2 100644 --- a/.github/workflows/ci-go-tests.yaml +++ b/.github/workflows/ci-go-tests.yaml @@ -26,7 +26,7 @@ jobs: run: go test -timeout 30m -race ./... - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci-mysql-client-tests.yaml b/.github/workflows/ci-mysql-client-tests.yaml index 7295ae54f8..83c49c026d 100644 --- a/.github/workflows/ci-mysql-client-tests.yaml +++ b/.github/workflows/ci-mysql-client-tests.yaml @@ -13,7 +13,7 @@ jobs: uses: ./.github/actions/mysql-client-tests - name: Discord Notify if: always() - uses: dolthub/ga-discord-notify@master +# uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} webhook-url: ${{ secrets.DISCORD_WEBHOOK }}