Skip to content

Commit 1427862

Browse files
committed
fix(ci): Fix tools workflow
1 parent 4283a5c commit 1427862

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_py_tools.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 2
23-
ref: ${{ github.event.pull_request.head.ref }}
2423
- name: Verify Python Tools Changed
2524
uses: tj-actions/changed-files@v41
2625
id: verify-changed-files
@@ -88,7 +87,6 @@ jobs:
8887
TOKEN: ${{ secrets.GITHUB_TOKEN }}
8988
with:
9089
token: ${{ env.TOKEN }}
91-
ref: ${{ github.event.pull_request.head.ref }}
9290
- name: Set up Python 3.8
9391
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
9492
if: matrix.os != 'ARM'

0 commit comments

Comments
 (0)