Only need errors.

This commit is contained in:
Pentarctagon 2020-12-04 08:56:18 -06:00
parent fff15b9bd1
commit 48b5db9672
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -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