Skip to content

Commit

Permalink
Merge pull request #357 from alejandrohdezma/alejandrohdezma-patch-1
Browse files Browse the repository at this point in the history
Ensure we run `ci` workflow on PRs coming from forks
  • Loading branch information
alejandrohdezma authored Jul 16, 2024
2 parents de4fb8c + d178246 commit 65e450f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
Expand Down

0 comments on commit 65e450f

Please sign in to comment.