Skip to content

Commit

Permalink
Update cli_reachability_win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMend authored Mar 8, 2024
1 parent 59512b9 commit c4709b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli_reachability_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn install --only=prod

- name: Mend CLI Scan (ubuntu-latest)
if: runner.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
env:
MEND_EMAIL: ${{secrets.MEND_EMAIL}}
MEND_USER_KEY: ${{secrets.MEND_USER_KEY}}
Expand All @@ -45,7 +45,7 @@ jobs:
mend dep -r -u
- name: Mend CLI Scan (windows-latest)
if: runner.os == 'windows-latest'
if: matrix.os == 'windows-latest'
env:
MEND_EMAIL: ${{secrets.MEND_EMAIL}}
MEND_USER_KEY: ${{secrets.MEND_USER_KEY}}
Expand Down

0 comments on commit c4709b3

Please sign in to comment.