Skip to content

Commit

Permalink
Change fetch depth.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed Sep 20, 2023
1 parent cd35b08 commit da534ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: clang-format
run: |
git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: clang-format
run: |
git submodule update --init --recursive
Expand All @@ -24,7 +24,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: build artifacts
run: |
docker build . -t builder
Expand Down

0 comments on commit da534ab

Please sign in to comment.