From 1742c10f7d58bf1bf1498009656351280afa6399 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Feb 2021 15:05:33 +0100 Subject: [PATCH] CI: remove if entirely - expression context is not enough --- .github/workflows/ci-neon.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-neon.yml b/.github/workflows/ci-neon.yml index 32399d20c..a0b596928 100644 --- a/.github/workflows/ci-neon.yml +++ b/.github/workflows/ci-neon.yml @@ -26,7 +26,6 @@ jobs: container: image: docker://kdeneon/plasma:user options: --tmpfs /build:rw --user 0:0 - if: ${{ github.repository == "calamares/calamares" }} steps: - name: "prepare env" run: |