Skip to content

Commit e81c4ef

Browse files
committed
[INFRA] Remove deprecated save-always
1 parent 829b547 commit e81c4ef

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/ci_coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/cache@v4
4545
with:
4646
path: /home/runner/.ccache
47-
save-always: true
4847
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
4948

5049
- name: Configure tests

.github/workflows/ci_header.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: /home/runner/.ccache
51-
save-always: true
5251
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
5352

5453
- name: Configure tests

.github/workflows/ci_linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
uses: actions/cache@v4
5151
with:
5252
path: /home/runner/.ccache
53-
save-always: true
5453
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
5554

5655
- name: Configure tests

0 commit comments

Comments
 (0)