diff --git a/actions/build_deploy_python_executable/action.yml b/actions/build_deploy_python_executable/action.yml index b3f1a92..b68a9b2 100644 --- a/actions/build_deploy_python_executable/action.yml +++ b/actions/build_deploy_python_executable/action.yml @@ -43,7 +43,6 @@ runs: - name: Set deps-cache-to # Only write to the cache-tag for non PR commits so PR commits don't upgrade dependency versions - if: ${{ github.base_ref == '' }} run: echo "FLAG_DEPS_CACHE_TO=--deps-cache-to=${{ github.repository }}/${{ github.ref_name }}" >> $GITHUB_ENV shell: bash