Skip to content

Commit

Permalink
chore(bors): merge pull request openebs#738
Browse files Browse the repository at this point in the history
738: ci(gha): don't use secret from fork r=tiagolobocastro a=tiagolobocastro



Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Feb 10, 2024
2 parents f426777 + 30914f1 commit ba46dc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-submodule-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: github.event.pull_request.head.repo.fork
with:
fetch-depth: 0
submodules: recursive
- uses: actions/checkout@v4
if: "! github.event.pull_request.head.repo.fork"
with:
fetch-depth: 0
submodules: recursive
Expand Down

0 comments on commit ba46dc7

Please sign in to comment.