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 f060eaf commit e11b8c1Copy full SHA for e11b8c1
.github/workflows/code-health-fork.yml
@@ -21,7 +21,7 @@ jobs:
21
if: matrix.os == 'ubuntu-latest'
22
- uses: actions/checkout@v5
23
- uses: docker/setup-docker-action@v4
24
- if: matrix.os != 'macos-latest'
+ if: matrix.os == 'ubuntu-latest'
25
name: Setup Docker Environment
26
with:
27
set-host: true
.github/workflows/code-health.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments