Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pputman/update retry actions (Do not Merge) #11260

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/celo-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
rebuild-package: 'true'
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- name: Execute matrix command for test
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: step-security/retry@2ab886c0de89f68f146c9b43f53e61abc59c46dc
with:
timeout_minutes: 40
max_attempts: 3
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- name: Execute matrix command for test
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: step-security/retry@2ab886c0de89f68f146c9b43f53e61abc59c46dc
with:
timeout_minutes: 30
max_attempts: 3
Expand Down
Loading