mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 20:35:36 -04:00
CI: partial back-out to chase IRC message failure
This commit is contained in:
parent
343f4cefc8
commit
73ab41c572
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue