10000 more lenient restore key for venv cache · localstack/localstack@7d1413d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d1413d

Browse files
more lenient restore key for venv cache
1 parent ef117a1 commit 7d1413d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-pro-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
# include the matrix group (to re-use the var-libs used in the specific test group)
187187
key: community-it-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-venv-${{ hashFiles('localstack-ext/setup.cfg', 'localstack-ext/pyproject.toml', 'localstack/setup.cfg') }}-${{steps.determine-companion-ref.outputs.result}}-group-${{ matrix.group }}
188188
restore-keys: |
189-
community-it-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-venv-${{ hashFiles('localstack-ext/setup.cfg', 'localstack-ext/pyproject.toml', 'localstack/setup.cfg') }}-refs/heads/master-group-${{ matrix.group }}
189+
community-it-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-venv-${{ hashFiles('localstack-ext/setup.cfg', 'localstack-ext/pyproject.toml', 'localstack/setup.cfg') }}-refs/heads/master-group-
190190
191191
- name: Cache Ext Dependencies (libs)
192192
if: inputs.disableCaching != true

0 commit comments

Comments
 (0)
0