Skip to content

Commit

Permalink
added branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Sep 23, 2024
1 parent 516eafc commit bb50d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile_requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }} # Checkout the branch from the pull request

- name: Run pip-compile in Docker
run: |
Expand Down

0 comments on commit bb50d6e

Please sign in to comment.