Skip to content

Commit

Permalink
T6678: increased fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 12, 2024
1 parent ba5462c commit 64bb116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
- name: Checkout Head
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1000
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Get changed py files
id: changed-py-files
uses: tj-actions/changed-files@v44
with:
fetch-depth: 1000
files: |
**.py
Expand Down

0 comments on commit 64bb116

Please sign in to comment.