CI: try a different form of if()
This commit is contained in:
parent
1742c10f7d
commit
f2bd956b89
1
.github/workflows/ci-neon.yml
vendored
1
.github/workflows/ci-neon.yml
vendored
@ -26,6 +26,7 @@ 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: |
|
||||||
|
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "notify: new"
|
- name: "notify: new"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event.issue.state == "open"
|
if: github.event.issue.state == 'open'
|
||||||
with:
|
with:
|
||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
message: "[${{ github.event.issue.title }}](${{ github.event.issue.html_url }}) opened by ${{ github.actor }}"
|
message: "[${{ github.event.issue.title }}](${{ github.event.issue.html_url }}) opened by ${{ github.actor }}"
|
||||||
- name: "notify: closed"
|
- name: "notify: closed"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event.issue.state != "open"
|
if: github.event.issue.state != 'open'
|
||||||
with:
|
with:
|
||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
|
Loading…
Reference in New Issue
Block a user