Skip to content

Commit f17fb9c

Browse files
committed
Fetch full lib-builder repo on repository dispatch event
1 parent 06899c1 commit f17fb9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/repository_dispatch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113
- name: Install dependencies
1214
run: bash ./tools/prepare-ci.sh
1315
- name: Handle Event

0 commit comments

Comments
 (0)