turn off discord notify for now

This commit is contained in:
Andy Arthur
2021-03-08 14:41:00 -08:00
parent 649f1fbdd7
commit 30f9ca224e
7 changed files with 9 additions and 9 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}