mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
ci: fix condition
This commit is contained in:
2
.github/workflows/insider-linux.yml
vendored
2
.github/workflows/insider-linux.yml
vendored
@@ -289,7 +289,7 @@ jobs:
|
|||||||
- name: Check if can run
|
- name: Check if can run
|
||||||
run: |
|
run: |
|
||||||
echo "ABORT=yes" >> $GITHUB_ENV
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user