Skip to content

Commit 8eb364e

Browse files
a.palmasa.palmas
authored andcommitted
Update CICD
1 parent 99ce275 commit 8eb364e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v4
4343
with:
4444
path: ~/.cache/uv
45-
key: ${{ runner.os }}-uv-${{ hashFiles('**/uv.lock', '**/pyproject.toml') }}
45+
key: ${{ runner.os }}-uv-${{ hashFiles('uv.lock', 'pyproject.toml') }}
4646
restore-keys: |
4747
${{ runner.os }}-uv-
4848

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/cache@v4
4242
with:
4343
path: ~/.cache/uv
44-
key: ${{ runner.os }}-uv-${{ hashFiles('**/uv.lock', '**/pyproject.toml') }}
44+
key: ${{ runner.os }}-uv-${{ hashFiles('uv.lock', 'pyproject.toml') }}
4545
restore-keys: |
4646
${{ runner.os }}-uv-
4747

0 commit comments

Comments
 (0)