Skip to content

Commit 2235921

Browse files
ksperling-applepull[bot]
authored andcommitted
Re-enable retry around checkout for minimal-build (#27463)
This was disabled due to Wandalen/wretry.action#83 and should be fixed in v1.3.0
1 parent 71df088 commit 2235921

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/minimal-build.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ jobs:
3535
image: connectedhomeip/chip-build-minimal:0.7.3
3636

3737
steps:
38-
- name: Checkout
39-
uses: actions/[email protected]
38+
- uses: Wandalen/[email protected]
39+
name: Checkout
40+
with:
41+
action: actions/[email protected]
42+
with: |
43+
token: ${{ github.token }}
44+
attempt_limit: 3
45+
attempt_delay: 2000
4046
- name: Checkout submodules
4147
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
4248
- name: Configure and build All Clusters App

0 commit comments

Comments
 (0)