We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b77ed8 commit 8b2e7c7Copy full SHA for 8b2e7c7
.github/workflows/code_health.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
22
- if: matrix.os != 'windows-latest'
+ if: matrix.os == 'ubuntu-latest'
23
- uses: actions/checkout@v5
24
- uses: actions/setup-node@v4
25
with:
.github/workflows/code_health_fork.yaml
@@ -18,7 +18,7 @@ jobs:
18
0 commit comments