We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedf6ff commit e31d412Copy full SHA for e31d412
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