Skip to content

Commit

Permalink
ci: fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 14, 2024
1 parent 773b81f commit b4943a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4943a7

Please sign in to comment.