diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index bd99f9a158..9d149e67eb 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -58,12 +58,14 @@ jobs: projects/ key: ${{ steps.cache_projects-src_restore.outputs.cache-primary-key }} - name: Save Project Sources for build + if: false uses: actions/cache/save@v3 with: path: | projects/ key: project-src-cache-${{ github.ref }}-${{ github.sha }} build: + if: false runs-on: ubuntu-latest needs: setup steps: