diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index a0b53beb12bc4..2566d89c84d79 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-24.04' working-directory: web run: npm run lint