Skip to content

Commit

Permalink
ci: fixing git checkout depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jossef committed Sep 10, 2023
1 parent 8bea255 commit c207745
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .2ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ ignore-result:
- 9c6853ebe9b5e20774224ba6e5ea739191330e53
- 4d358e6dd9e2f21c647dad571f13dde3fd77d107
- 1e68cf841873862527a00ee5ef8d7957e319b6bc
- 0b217706e100e9a05bbaa8427070d181bb2e2465
- ab1343249e27eb2777457cb1f8f020dd3c950e04
- bcc8e19ef9229ebdc82b031bea77d0246b57370d
- d6882fdbf12f20f759d2374a2cdb5ae147f2155e
- ed3d2e7de8f4db6bf9b35d0b580a5a9a3b533a68
- 0b217706e100e9a05bbaa8427070d181bb2e2465
2 changes: 2 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required for 2ms to have visibility to all commit history

- uses: actions/setup-go@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required for 2ms to have visibility to all commit history

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit c207745

Please sign in to comment.