Skip to content

Commit

Permalink
checkout full history
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jun 11, 2024
1 parent 57f3169 commit c9d3ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
depth: 0
fetch-depth: 0
- name: Build and load
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
depth: 0
fetch-depth: 0
- uses: Swatinem/rust-cache@v2
- name: Dog feed license check
shell: bash
Expand All @@ -126,7 +126,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
depth: 0
fetch-depth: 0
- name: Check and fail if unknown
uses: ./
with:
Expand Down

0 comments on commit c9d3ab6

Please sign in to comment.