mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
Revert "temporarily disable discord notifications"
This reverts commit 7d78fda879262e11defae758e8111a193199e053.
This commit is contained in:
parent
22c0618583
commit
b8454b0b3f
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -106,9 +106,9 @@ jobs:
|
||||
- name: Run Playwright tests
|
||||
run: npm run test:ui
|
||||
|
||||
# - name: Notify Discord
|
||||
# if: failure() && github.ref == 'refs/heads/main'
|
||||
# uses: discord-actions/message@v2
|
||||
# with:
|
||||
# webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
# message: 'The [most recent build](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>) on the `main` branch has failed.'
|
||||
- name: Notify Discord
|
||||
if: failure() && github.ref == 'refs/heads/main'
|
||||
uses: discord-actions/message@v2
|
||||
with:
|
||||
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
message: 'The [most recent build](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>) on the `main` branch has failed.'
|
||||
|
||||
12
.github/workflows/integration-tests.yml
vendored
12
.github/workflows/integration-tests.yml
vendored
@ -109,9 +109,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
# - name: Notify Discord
|
||||
# if: failure() && github.ref == 'refs/heads/main'
|
||||
# uses: discord-actions/message@v2
|
||||
# with:
|
||||
# webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
# message: 'The [most recent build](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>) on the `main` branch has failed.'
|
||||
- name: Notify Discord
|
||||
if: failure() && github.ref == 'refs/heads/main'
|
||||
uses: discord-actions/message@v2
|
||||
with:
|
||||
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
message: 'The [most recent build](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>) on the `main` branch has failed.'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user