CI: remove if-expression, it triggers a syntax error
- unclear why this wasn't evaluated in expression context before
This commit is contained in:
parent
1da84ca09b
commit
eee5674f6d
4
.github/workflows/ci-neon.yml
vendored
4
.github/workflows/ci-neon.yml
vendored
@ -26,7 +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"
|
if: ${{ github.repository == "calamares/calamares" }}
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare env"
|
- name: "prepare env"
|
||||||
run: |
|
run: |
|
||||||
@ -94,5 +94,5 @@ jobs:
|
|||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
nickname: gh-notify
|
nickname: gh-notify
|
||||||
message: |
|
message: |
|
||||||
CI FAIL for '${{ github.event.head_commit.message }}'
|
CI FAIL for '${{ github.event.head_commit.message }}' in ${{ github.repository }}
|
||||||
.. DIFF ${{ github.event.compare }}
|
.. DIFF ${{ github.event.compare }}
|
||||||
|
1
.github/workflows/issues.yml
vendored
1
.github/workflows/issues.yml
vendored
@ -7,7 +7,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
irc:
|
irc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == "calamares/calamares"
|
|
||||||
steps:
|
steps:
|
||||||
- name: "notify: new"
|
- name: "notify: new"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user