We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c6e16 commit 42d593dCopy full SHA for 42d593d
.github/workflows/e2e-subtensor-tests.yaml
@@ -34,6 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
with:
36
fetch-depth: 0
37
+ ref: ${{ github.event.pull_request.head.sha }}
38
39
- name: Set up Python
40
uses: actions/setup-python@v5
@@ -151,6 +152,7 @@ jobs:
151
152
153
154
155
156
157
- name: Set up Python ${{ matrix.python-version }}
158
0 commit comments