Skip to content

Commit 4c3cdc3

Browse files
committed
ci(compile-requirements): fix push to PR branch
1 parent eef4cb2 commit 4c3cdc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compile-requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
26+
ref: ${{ github.head_ref || github.ref }}
2627

2728
- name: Set up Python
2829
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)