diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index 7ea775719e..dc0928d3d5 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -91,7 +91,7 @@ jobs: build: runs-on: ubuntu-24.04 - timeout-minutes: 120 # guardrails timeout for the whole job + timeout-minutes: 20 # guardrails timeout for the whole job needs: - validate-dco - prepare @@ -167,7 +167,7 @@ jobs: merge: runs-on: ubuntu-24.04 - timeout-minutes: 120 # guardrails timeout for the whole job + timeout-minutes: 40 # guardrails timeout for the whole job needs: - build if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && github.event_name != 'pull_request' && github.repository == 'moby/moby'