diff options
| author | hathach <[email protected]> | 2026-02-11 10:39:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-11 11:33:45 +0700 |
| commit | 07a3b3b34f67b12cbbe7865923341d9746a1e8fc (patch) | |
| tree | 9acd341049d85507968f762d0e91d02b6ab08465 /.github/workflows | |
| parent | dfe7a97d342c0cca832c121cd4bd66043043bd27 (diff) | |
fetch depth 0 if membrowse-upload
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_util.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index d34c41406..eb3c4df89 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -43,6 +43,8 @@ jobs: steps: - name: Checkout TinyUSB uses: actions/checkout@v6 + with: + fetch-depth: ${{ !inputs.upload-membrowse && 1 || 0 }} - name: Setup Toolchain id: setup-toolchain |
