We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b228eb commit 633d07aCopy full SHA for 633d07a
.github/workflows/collector-builder.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: actions/cache@v4
79
with:
80
path: ${{ github.workspace }}/builder/.ccache
81
- key: builder-ccache-${{ matrix.arch }}-${{ github.event.head_commit.timestamp }}
+ key: builder-ccache-${{ matrix.arch }}-${{ github.sha }}
82
restore-keys: |
83
builder-ccache-${{ matrix.arch }}-
84
.github/workflows/collector.yml
@@ -132,7 +132,7 @@ jobs:
132
133
134
path: ${{ github.workspace }}/.ccache
135
- key: ccache-${{ matrix.arch }}-${{ github.event.head_commit.timestamp }}
+ key: ccache-${{ matrix.arch }}-${{ github.sha }}
136
137
ccache-${{ matrix.arch }}-
138
0 commit comments