Fetch submodules when checking changed file (#11772)
This commit is contained in:
parent
2f4f4a1275
commit
78434e8b8d
|
|
@ -114,6 +114,7 @@ jobs:
|
|||
- uses: actions/checkout@v3 # required for push event
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Filter OAP
|
||||
id: filter-oap
|
||||
# The GHA version is pinned by infra
|
||||
|
|
|
|||
Loading…
Reference in New Issue