mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
turn off discord notify for now
This commit is contained in:
2
.github/workflows/cd-release-notify.yaml
vendored
2
.github/workflows/cd-release-notify.yaml
vendored
@@ -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 }}
|
||||
|
||||
6
.github/workflows/cd-release.yaml
vendored
6
.github/workflows/cd-release.yaml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/ci-bats-tests.yaml
vendored
2
.github/workflows/ci-bats-tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/ci-check-repo.yaml
vendored
2
.github/workflows/ci-check-repo.yaml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
2
.github/workflows/ci-go-tests.yaml
vendored
2
.github/workflows/ci-go-tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/ci-mysql-client-tests.yaml
vendored
2
.github/workflows/ci-mysql-client-tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user