Only need errors.
This commit is contained in:
parent
fff15b9bd1
commit
48b5db9672
1 changed files with 4 additions and 17 deletions
21
.github/workflows/ci-main.yml
vendored
21
.github/workflows/ci-main.yml
vendored
|
@ -8,23 +8,6 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
discord-notification1:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
name: Discord Notification
|
||||
|
||||
if: always()
|
||||
|
||||
steps:
|
||||
- uses: rjstone/discord-webhook-notify@v1
|
||||
with:
|
||||
severity: info
|
||||
webhookUrl: ${{ secrets.DISCORD_CI_WEBHOOK }}
|
||||
description: |-
|
||||
pusher: ${{ github.actor }}
|
||||
commit: ${{ github.event.head_commit.message }}
|
||||
commit url: ${{ github.event.head_commit.url }}
|
||||
|
||||
# run after all other jobs have completed to check overall build status
|
||||
discord-notification:
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -41,6 +24,10 @@ jobs:
|
|||
with:
|
||||
severity: error
|
||||
webhookUrl: ${{ secrets.DISCORD_CI_WEBHOOK }}
|
||||
description: |-
|
||||
pusher: ${{ github.actor }}
|
||||
commit: ${{ github.event.head_commit.message }}
|
||||
commit url: ${{ github.event.head_commit.url }}
|
||||
|
||||
ubuntu-2004-scons-gcc-release-lto:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Add table
Reference in a new issue