Skip to content

Commit 8d5aaab

Browse files
committed
Remove retry mechanism
1 parent ba0c4c7 commit 8d5aaab

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,12 @@ jobs:
4646
working-directory: ./
4747
- name: Checkout build repository
4848
uses: actions/checkout@v3
49-
- uses: Wandalen/wretry.action@v1.0.15
50-
name: Checkout
49+
- name: Checkout CHIP SDK repository
50+
uses: actions/checkout@v3
5151
with:
52-
action: actions/checkout@v3
5352
repository: project-chip/connectedhomeip
5453
ref: 47448899e3836cbc48688f3f5c84054d33307643
5554
path: ./project-chip
56-
with: |
57-
token: ${{ github.token }}
58-
attempt_limit: 3
59-
attempt_delay: 2000
6055
- name: Checkout submodules
6156
run: scripts/checkout_submodules.py --shallow --platform linux
6257
- name: Apply patches

0 commit comments

Comments
 (0)