diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6617ca42bb..d7c62ce98e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1207,7 +1207,8 @@ jobs: # Usually we do `needs: [...]` needs: - build-and-test-locally - - check-submodules + # XXX: Temporarily disabled, while we investigate an unexpected failure with it + #- check-submodules - check-codestyle-python - check-codestyle-rust - promote-images