Skip to content

Commit

Permalink
[YUNIKORN-2098] fetch all git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
doupache committed Nov 25, 2023
1 parent b1e44a5 commit 13acfff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 13acfff

Please sign in to comment.