mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 00:41:48 +03:00
ci: fix condition
This commit is contained in:
parent
773b81f25f
commit
b4943a7ef5
2
.github/workflows/insider-linux.yml
vendored
2
.github/workflows/insider-linux.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user