From 56d180caaa66acb775043f81b2bd3082b0a0115e Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 18:37:51 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efc90141..f412d77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ defaults: jobs: CI: - if: "!contains(github.event.head_commit.message, '[skip ci]') && (${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest'))" + if: "!contains(github.event.head_commit.message, '[skip ci]')" env: GKS_ENCODING: "utf8" GKSwstype: "100" @@ -34,7 +34,7 @@ jobs: # - x86 steps: - + - if: "${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest')" # Setup environment - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest