Browse Source

ci: fix condition

Baptiste Augrain 7 months ago
parent
commit
b4943a7ef5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/insider-linux.yml

+ 1 - 1
.github/workflows/insider-linux.yml

@@ -289,7 +289,7 @@ jobs:
       - name: Check if can run
         run: |
           echo "ABORT=yes" >> $GITHUB_ENV
-        if: vars[format('DISABLE_INSIDER_LINUX_REH_{0}', matrix.slug)] != 'yes'
+        if: vars[format('DISABLE_INSIDER_LINUX_REH_{0}', matrix.slug)] == 'yes'
 
       - uses: actions/checkout@v3
         with: