Skip to content

Commit

Permalink
use ref: ${{ github.head_ref }}
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Oct 8, 2024
1 parent bc25a73 commit 12fcffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -29,6 +31,8 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit 12fcffb

Please sign in to comment.