Fetch full lib-builder repo on repository dispatch event
This commit is contained in:
parent
06899c1e96
commit
f17fb9c58f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/repository_dispatch.yml
vendored
2
.github/workflows/repository_dispatch.yml
vendored
|
|
@ -8,6 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install dependencies
|
||||
run: bash ./tools/prepare-ci.sh
|
||||
- name: Handle Event
|
||||
|
|
|
|||
Loading…
Reference in a new issue