We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67546aa + e31d412 commit 7387924Copy full SHA for 7387924
1 file changed
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
steps:
31
- name: Checkout code
32
uses: actions/checkout@v4
33
+ with:
34
+ ref: ${{ github.event.pull_request.head.sha }}
35
36
- name: Set up Python ${{ matrix.python-version }}
37
uses: actions/setup-python@v5
0 commit comments