We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1867d42 commit ec6e2feCopy full SHA for ec6e2fe
1 file changed
.github/workflows/ci.yml
@@ -31,20 +31,3 @@ jobs:
31
32
- name: Perform automated checks
33
run: bash lint.sh
34
-
35
- # To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the
36
- # repository equal to the URL for the webhook, and then uncomment the lines below.
37
38
- #discord:
39
- # name: Discord Failure Notification
40
- # needs: [build_and_lint]
41
- # if: always() # This is needed to always run this job, even if the other jobs fail.
42
- # runs-on: ubuntu-latest
43
- # steps:
44
- # - uses: technote-space/workflow-conclusion-action@v2
45
- # - if: env.WORKFLOW_CONCLUSION != 'success' && env.WORKFLOW_CONCLUSION != 'cancelled'
46
- # uses: sarisia/actions-status-discord@v1
47
- # with:
48
- # webhook: ${{ secrets.DISCORD_WEBHOOK }}
49
- # status: ${{ env.WORKFLOW_CONCLUSION }}
50
- # title: ""
0 commit comments