Skip to content

Commit

Permalink
Set deps cache to
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc committed Sep 4, 2024
1 parent 59e5966 commit 9f27fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/build_deploy_python_executable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f27fd7

Please sign in to comment.