From ed4cd79fc147f5783bd6cc5738479f32c28ab154 Mon Sep 17 00:00:00 2001 From: Steve Downey Date: Sun, 12 Apr 2026 09:58:26 +0100 Subject: [PATCH] Comment out submodule check Failing, but failing on purpose. Avoiding other failures getting masked. --- .github/workflows/ci_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 498ab29..2252cfc 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -15,8 +15,10 @@ on: - cron: '30 15 * * *' jobs: - beman-submodule-check: - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@82c1c6c07039084f047e56ef806612b9e2fa45cf # 1.5.0 + # Optional is out of sync with upstream submodule while telemetry is under review + # https://github.com/bemanproject/infra/pull/23 + # beman-submodule-check: + # uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@82c1c6c07039084f047e56ef806612b9e2fa45cf # 1.5.0 preset-test: uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@82c1c6c07039084f047e56ef806612b9e2fa45cf # 1.5.0