Skip to content

Commit

Permalink
ci: fixes check out issue in test_extproc with fork (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Jan 17, 2025
1 parent a5392f1 commit fec125a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: github.event_name != 'pull_request_target'
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
if: github.event_name == 'pull_request_target'
- uses: actions/setup-go@v5
with:
cache: false
Expand Down

0 comments on commit fec125a

Please sign in to comment.