Skip to content

Commit

Permalink
[YUNIKORN-2098] fetch all branch
Browse files Browse the repository at this point in the history
  • Loading branch information
doupache committed Nov 25, 2023
1 parent 0ed59b1 commit 70b3a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all branches and tags
run: git fetch --all
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -46,6 +48,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all branches and tags
run: git fetch --all
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all branches and tags
run: git fetch --all
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 70b3a0b

Please sign in to comment.