diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 751191254..f53a8b2e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,3 +159,18 @@ jobs: - name: Show httpbin logs if: "!cancelled()" run: docker compose logs httpbin + + # Makes managing the required status checks easier, and moves that source of truth to code + # TODO: Use https://registry.terraform.io/providers/integrations/github/latest/docs instead + required-status-checks: + runs-on: ubuntu-latest + needs: + - integration-tests + - elixir + - kotlin + - swift + - rust + - static-analysis + - terraform + steps: + - run: echo "No-op"