Skip to content

Commit

Permalink
Drop fetch depth (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Mar 13, 2024
1 parent b45c8a7 commit 9056efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
id-token: 'write'

steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v3

- name: Decrypt Google Services
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- id: setup-cloud
uses: ./.github/actions/setup-cloud
Expand Down

0 comments on commit 9056efe

Please sign in to comment.