Skip to content

Commit 595bb03

Browse files
authored
Merge branch 'upload/s3' into MET-432--Uploading-PythonRuntime-files-
2 parents bd29db4 + 1317c75 commit 595bb03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ jobs:
241241
- uses: denoland/setup-deno@v1
242242
with:
243243
deno-version: ${{ env.DENO_VERSION }}
244-
- name: Cache deno dir
245-
uses: actions/cache@v4
246-
with:
247-
path: ${{ env.DENO_DIR }}
248-
key: deno-${{ hashFiles('**/deno.lock') }}
244+
# - name: Cache deno dir
245+
# uses: actions/cache@v4
246+
# with:
247+
# path: ${{ env.DENO_DIR }}
248+
# key: deno-${{ hashFiles('**/deno.lock') }}
249249
- name: Cache .venv dir
250250
uses: actions/cache@v4
251251
with:

0 commit comments

Comments
 (0)