CI: partial back-out to chase IRC message failure
This commit is contained in:
parent
343f4cefc8
commit
73ab41c572
4
.github/workflows/ci-neon.yml
vendored
4
.github/workflows/ci-neon.yml
vendored
@ -82,7 +82,8 @@ jobs:
|
||||
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
||||
with:
|
||||
channel: "#calamares"
|
||||
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
|
||||
message: |
|
||||
${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
||||
- name: "notify: fail"
|
||||
uses: rectalogic/notify-irc@v1
|
||||
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
||||
@ -91,4 +92,3 @@ jobs:
|
||||
message: |
|
||||
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
||||
.. DIFF ${{ github.event.compare }}
|
||||
# END
|
||||
|
Loading…
Reference in New Issue
Block a user