This commit is contained in:
Bryan Gerlach
2026-02-11 19:20:55 -06:00
parent fce82c76e1
commit f5773378d8

View File

@@ -581,6 +581,7 @@ jobs:
if: ${{ env.rdgen == 'true' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |
@@ -593,6 +594,7 @@ jobs:
if: ${{ env.rdgen == 'false' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |
@@ -700,6 +702,7 @@ jobs:
if: ${{ env.rdgen == 'true' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |
@@ -709,6 +712,7 @@ jobs:
if: ${{ env.rdgen == 'false' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |
@@ -827,6 +831,7 @@ jobs:
if: ${{ env.rdgen == 'true' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |
@@ -836,6 +841,7 @@ jobs:
if: ${{ env.rdgen == 'false' }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
shell: bash
command: |