diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index 0f2aa3856c610..f55014a1a561e 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -89,6 +89,7 @@ jobs: npm run build - name: Check formatting + if: matrix.os == 'ubuntu-22.04' working-directory: web run: npm run lint