Skip to content

Commit

Permalink
Extend timeout on repo checking +1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 18, 2024
1 parent a5d15c9 commit 06768cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-redirector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
outputs:
matrix: ${{needs.Debs-beta-index.outputs.matrix}}
if: ${{ needs.Debs-beta-index.outputs.matrix != '[]' && needs.Debs-beta-index.outputs.matrix != '' }}
timeout-minutes: 6
timeout-minutes: 7
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
outputs:
matrix: ${{needs.Debs-stable-index.outputs.matrix}}
if: ${{ needs.Debs-stable-index.outputs.matrix != '[]' && needs.Debs-stable-index.outputs.matrix != '' }}
timeout-minutes: 6
timeout-minutes: 7
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
outputs:
matrix: ${{needs.Images-stable-index.outputs.matrix}}
if: ${{ needs.Images-stable-index.outputs.matrix != '[]' && needs.Images-stable-index.outputs.matrix != '' }}
timeout-minutes: 6
timeout-minutes: 7
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
outputs:
matrix: ${{needs.Images-archive-index.outputs.matrix}}
if: ${{ needs.Images-archive-index.outputs.matrix != '[]' && needs.Images-archive-index.outputs.matrix != '' }}
timeout-minutes: 6
timeout-minutes: 7
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 06768cc

Please sign in to comment.