Update ci.yml

This commit is contained in:
Simon Christ 2021-12-01 18:29:45 +01:00 committed by GitHub
parent 6d295d41ac
commit 38b6a1ce27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"