From 38b6a1ce27ef0a4f8935bcf7d594cf8b0160af20 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 18:29:45 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7279c05e..efc90141 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]') && (${{matrix.version}} == '1' || (${{matrix.version}} != '1' && ${{matrix.os}} == 'ubuntu-latest'))" env: GKS_ENCODING: "utf8" GKSwstype: "100"