From 72a4f1bc96aff6653d299ca1cee1dfc4d39d6eec Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Fri, 6 Mar 2026 13:27:18 +0000 Subject: [PATCH] GHA has its own check interval already As suggested at https://github.com/github/docs/pull/43243 --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd37fafde..29b7b7275 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,9 @@ jobs: - 5432:5432 options: >- --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-interval 1s + --health-timeout 2s + --health-retries 30 steps: - uses: actions/checkout@v6 - name: Set up Ruby ${{ matrix.ruby }} @@ -87,9 +87,9 @@ jobs: - 5432:5432 options: >- --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-interval 1s + --health-timeout 2s + --health-retries 30 steps: - uses: actions/checkout@v6 - name: Setup the environment