Skip to content

Commit c948a21

Browse files
committed
Update tests.yml
1 parent 84ed2f8 commit c948a21

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,3 @@ jobs:
6565
env:
6666
TESTING_DB_PORT: ${{ job.services.mysql.ports[3306] }}
6767
TESTING_DB_USERNAME: root
68-
- name: notify discord
69-
if: ${{ failure() }}
70-
uses: rjstone/discord-webhook-notify@v1
71-
with:
72-
severity: error
73-
username: Github Actions
74-
color: "#D01124"
75-
description: "Tests are currently failing on PHP ${{ matrix.php }}."
76-
details: "https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}"
77-
footer: "PHP ${{ matrix.php}} (${{ env.GITHUB_SHA }})"
78-
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
79-
- name: notify discord
80-
if: ${{ success() }}
81-
uses: rjstone/discord-webhook-notify@v1
82-
with:
83-
severity: info
84-
username: Github Actions
85-
color: "#0F8513"
86-
description: Tests passing
87-
details: "https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}"
88-
footer: "PHP ${{ matrix.php}} (${{ env.GITHUB_SHA }})"
89-
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)