Skip to content

Commit b41592c

Browse files
Set checkout commit at PR head
1 parent 5b9451d commit b41592c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
sudo apt-get -y update
4444
sudo apt-get -y install libsndfile1-dev
4545
- uses: actions/checkout@v3
46+
with:
47+
ref: ${{ github.event.pull_request.head.sha }}
4648
- name: Set up Python 3.6
4749
if: ${{ matrix.os == 'ubuntu-latest' }}
4850
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)