diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8054e2b1..ef9ac1e02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Build Atmosphere run: | source /opt/venv/bin/activate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6e068166..ffe3d8032 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Build Atmosphere run: | source /opt/venv/bin/activate