Skip to content

Commit

Permalink
fix(ci): checkout the head repo on PRs
Browse files Browse the repository at this point in the history
Bypassing the branch protection to commit
this fix since it is a small fix that is blocking
other PRs
  • Loading branch information
cjdcordeiro committed Mar 15, 2024
1 parent 7409d04 commit 84bd944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkg-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Check changed paths
id: changed-paths
Expand Down

0 comments on commit 84bd944

Please sign in to comment.