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:
|
||||
image: docker://kdeneon/plasma:user
|
||||
options: --tmpfs /build:rw --user 0:0
|
||||
if: github.repository == "calamares/calamares"
|
||||
if: ${{ github.repository == "calamares/calamares" }}
|
||||
steps:
|
||||
- name: "prepare env"
|
||||
run: |
|
||||
@ -94,5 +94,5 @@ jobs:
|
||||
channel: "#calamares"
|
||||
nickname: gh-notify
|
||||
message: |
|
||||
CI FAIL for '${{ github.event.head_commit.message }}'
|
||||
CI FAIL for '${{ github.event.head_commit.message }}' in ${{ github.repository }}
|
||||
.. DIFF ${{ github.event.compare }}
|
||||
|
1
.github/workflows/issues.yml
vendored
1
.github/workflows/issues.yml
vendored
@ -7,7 +7,6 @@ on:
|
||||
jobs:
|
||||
irc:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == "calamares/calamares"
|
||||
steps:
|
||||
- name: "notify: new"
|
||||
uses: rectalogic/notify-irc@v1
|
||||
|
Loading…
Reference in New Issue
Block a user