mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not cache relenv for now
This commit is contained in:
parent
de1079df1d
commit
88a2ae707f
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup-relenv/action.yml
vendored
1
.github/actions/setup-relenv/action.yml
vendored
|
@ -37,6 +37,7 @@ runs:
|
|||
python3 -m pip install relenv==${{ inputs.version }}
|
||||
|
||||
- name: Cache Relenv Data Directory
|
||||
if: false # Disable cache since aws is going away.
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
path: ${{ github.workspace }}/.relenv
|
||||
|
|
Loading…
Add table
Reference in a new issue