CI: the 'DIFF' line does not make sense for scheduled builds

This commit is contained in:
Adriaan de Groot 2021-02-02 13:36:05 +01:00
parent 18cc4b5c6f
commit e99c60728b
2 changed files with 2 additions and 2 deletions

View File

@ -97,4 +97,4 @@ jobs:
server: chat.freenode.net server: chat.freenode.net
nickname: cala-notify nickname: cala-notify
channel: "#calamares" channel: "#calamares"
message: "${{ github.workflow }} FAIL ${{ steps.pre_build.outputs.message }}\n.. DIFF ${{ github.event.compare }}" message: "${{ github.workflow }} FAIL ${{ steps.pre_build.outputs.message }}"

View File

@ -95,4 +95,4 @@ jobs:
server: chat.freenode.net server: chat.freenode.net
nickname: cala-notify nickname: cala-notify
channel: "#calamares" channel: "#calamares"
message: "${{ github.workflow }} FAIL ${{ steps.pre_build.outputs.message }}\n.. DIFF ${{ github.event.compare }}" message: "${{ github.workflow }} FAIL ${{ steps.pre_build.outputs.message }}"