Skip to content

Commit

Permalink
Merge #1559
Browse files Browse the repository at this point in the history
1559: ci(gha): fix submodule check r=tiagolobocastro a=tiagolobocastro

Ensures we fetch git history and submodules.

Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Dec 12, 2023
2 parents 3397837 + 7af9538 commit 9ff655b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-submodule-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Check root submodules branch
run: |
pr_branch="${{ github.event.pull_request.base.ref }}"
Expand Down

0 comments on commit 9ff655b

Please sign in to comment.