Skip to content

Commit 88a2ece

Browse files
committed
Disable monitor on windows
1 parent a14ca33 commit 88a2ece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
27+
fail-fast: false
2728
runs-on: ${{ matrix.os }}
2829
steps:
2930
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
31+
if: matrix.os != 'windows-latest'
3032
- name: Install keyring deps on Ubuntu
3133
if: matrix.os == 'ubuntu-latest'
3234
run: |

0 commit comments

Comments
 (0)