mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
CI: run CI everywhere, but notify us only when building the upstream version
This commit is contained in:
parent
7a0e91f076
commit
a34ca69d52
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci-neon.yml
vendored
5
.github/workflows/ci-neon.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker://kdeneon/plasma:user
|
image: docker://kdeneon/plasma:user
|
||||||
options: --tmpfs /build:rw --user 0:0
|
options: --tmpfs /build:rw --user 0:0
|
||||||
if: github.repository == 'calamares/calamares'
|
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare env"
|
- name: "prepare env"
|
||||||
run: |
|
run: |
|
||||||
|
@ -80,13 +79,13 @@ jobs:
|
||||||
run: make install VERBOSE=1
|
run: make install VERBOSE=1
|
||||||
- name: "notify: ok"
|
- name: "notify: ok"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: ${{ success() }}
|
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
||||||
with:
|
with:
|
||||||
channel: "#calamares"
|
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"
|
- name: "notify: fail"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
||||||
with:
|
with:
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
message: |
|
message: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue