Skip to content

Commit

Permalink
Merge pull request #2 from OSAS/ci_forked_repo
Browse files Browse the repository at this point in the history
Fix CI to work on forked repo
  • Loading branch information
duck-rh authored Sep 4, 2024
2 parents f9569c0 + bec39b6 commit d5a6da8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
# first load the base branch
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
# and then the PR commit
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: OSAS/dns4tenants-validation@main

0 comments on commit d5a6da8

Please sign in to comment.