Skip to content

Commit b2b4b41

Browse files
committed
ci: try to see if it is possible to identify the oet branch
1 parent 8ac0f93 commit b2b4b41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v4
2929
with:
30+
ref: ${{ github.head_ref }} # Checks out the branch from the fork
31+
repository: ${{ github.event.pull_request.head.repo.full_name }} # The fork's repository
3032
persist-credentials: true # Ensures the GitHub token is available for pushing
3133

3234
- name: Setup micromamba

0 commit comments

Comments
 (0)