Skip to content

Commit 4fe995b

Browse files
committed
Update build_py_tools.yml
1 parent 024f7cb commit 4fe995b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
1818
with:
19-
fetch-depth: 1
2019
ref: ${{ github.event.pull_request.head.ref }}
2120
- name: Verify Python Tools Changed
2221
uses: tj-actions/changed-files@v36
2322
id: verify-changed-files
2423
with:
25-
fetch_depth: '1'
24+
fetch_depth: '2'
2625
since_last_remote_commit: 'true'
2726
files: |
2827
tools/get.py

0 commit comments

Comments
 (0)