diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 6b3f657f5f..29d28dc8e7 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -81,7 +81,7 @@ jobs: - name: Run frontend-i18n-check run: | make frontend-i18n-check - + build: name: build runs-on: ${{ matrix.os }} @@ -110,6 +110,8 @@ jobs: testplugins: name: test plugins + # TODO: This is currently broken. Reenable after #2549 #2560 is fixed + if: false runs-on: ${{ matrix.os }} strategy: matrix: