diff --git a/.github/workflows/build_impl.yml b/.github/workflows/build_impl.yml index 69b754a38..db4a7edd0 100644 --- a/.github/workflows/build_impl.yml +++ b/.github/workflows/build_impl.yml @@ -164,7 +164,7 @@ jobs: path: build/clio_integration_tests - name: Save cache - if: ${{ !inputs.disable_cache }} + if: ${{ !inputs.disable_cache && github.ref == 'refs/heads/develop' }} uses: ./.github/actions/save_cache with: conan_dir: ${{ env.CONAN_USER_HOME }}/.conan