Skip to content

Commit

Permalink
remove git clone --depth=0 where it is not needed (#3856)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Oct 9, 2024
1 parent a09b27f commit cc1116f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bump_hls_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: >
git config user.name mediamtx-bot
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: make binaries

Expand Down

0 comments on commit cc1116f

Please sign in to comment.