Skip to content

Commit

Permalink
Removed file-depth again
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Apr 16, 2024
1 parent 60a6ae4 commit 440f8ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/monorepo_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
outputs:
services: ${{ steps.services-changed.outputs.affected }}
steps:
- name: Checkout ${{matrix.service}}
- name: Checkout repository
uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0

- name: Fetch latest main for comparison
id: fetch-latest-main
Expand All @@ -44,7 +43,6 @@ jobs:
uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0

- name: Update pip and pyopenssl
id: pip-update
Expand Down

0 comments on commit 440f8ac

Please sign in to comment.