Skip to content

Commit 633d07a

Browse files
committed
key
1 parent 6b228eb commit 633d07a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/cache@v4
7979
with:
8080
path: ${{ github.workspace }}/builder/.ccache
81-
key: builder-ccache-${{ matrix.arch }}-${{ github.event.head_commit.timestamp }}
81+
key: builder-ccache-${{ matrix.arch }}-${{ github.sha }}
8282
restore-keys: |
8383
builder-ccache-${{ matrix.arch }}-
8484

.github/workflows/collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/cache@v4
133133
with:
134134
path: ${{ github.workspace }}/.ccache
135-
key: ccache-${{ matrix.arch }}-${{ github.event.head_commit.timestamp }}
135+
key: ccache-${{ matrix.arch }}-${{ github.sha }}
136136
restore-keys: |
137137
ccache-${{ matrix.arch }}-
138138

0 commit comments

Comments
 (0)