Skip to content

Commit ec6e2fe

Browse files
committed
chore: simplify ci
1 parent 1867d42 commit ec6e2fe

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,3 @@ jobs:
3131

3232
- name: Perform automated checks
3333
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

Comments
 (0)