Skip to content

Commit

Permalink
chore: simplify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Feb 23, 2024
1 parent f216ef9 commit e0110f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
discord:
name: Discord Failure Notification
needs: [build_and_lint]
if: always() # This is needed to always run this job, even if the other jobs fail
if: failure()
runs-on: ubuntu-latest
steps:
- uses: technote-space/workflow-conclusion-action@v2
- if: env.WORKFLOW_CONCLUSION != 'success' && env.WORKFLOW_CONCLUSION != 'cancelled'
uses: sarisia/actions-status-discord@v1
- uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ env.WORKFLOW_CONCLUSION }}
Expand Down
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"Gello",
"Ghostbroster",
"godotenv",
"golangci",
"gonic",
"goodposter",
"GOPATH",
Expand Down Expand Up @@ -98,6 +99,7 @@
"ruleset",
"Sakk",
"Samael",
"sarisia",
"Sawblade",
"Shigan",
"Shoutouts",
Expand Down

0 comments on commit e0110f8

Please # to comment.