Skip to content

Commit 3b04b2b

Browse files
[CI] Update checkout fetch on smoke checks (#856)
1 parent 037afb2 commit 3b04b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4.1.1
3939
with:
40-
fetch-depth: 100
40+
fetch-depth: 0
4141
- uses: ./.github/actions/bootstrap
4242
env:
4343
INSTALL_YEETD: true
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@v4.1.1
140140
with:
141-
fetch-depth: 100
141+
fetch-depth: 0
142142
- uses: ./.github/actions/bootstrap
143143
- name: Public Interface Validation
144144
run: bundle exec fastlane validate_public_interface

0 commit comments

Comments
 (0)