@@ -15,7 +15,6 @@ concurrency:
1515
1616env :
1717 CARGO_TERM_COLOR : always
18- STICKY_CACHE_SCOPE : ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || github.ref_name }}
1918
2019jobs :
2120 rustfmt :
5049 - name : Mount sticky cache
5150 uses : ./.github/actions/mount-sticky-cache
5251 with :
53- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
52+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
5453 cargo : " true"
5554 target : target
5655
9695 - name : Mount sticky cache
9796 uses : ./.github/actions/mount-sticky-cache
9897 with :
99- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
98+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
10099 cargo : " true"
101100 target : target
102101
@@ -127,7 +126,7 @@ jobs:
127126 - name : Mount sticky cache
128127 uses : ./.github/actions/mount-sticky-cache
129128 with :
130- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
129+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
131130 cargo : " true"
132131 target : target
133132
@@ -182,7 +181,7 @@ jobs:
182181 - name : Mount sticky cache
183182 uses : ./.github/actions/mount-sticky-cache
184183 with :
185- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
184+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
186185 cargo : " true"
187186
188187 - name : Install Cargo audit tools
@@ -221,7 +220,7 @@ jobs:
221220 - name : Mount sticky cache
222221 uses : ./.github/actions/mount-sticky-cache
223222 with :
224- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
223+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
225224 cargo : " true"
226225 target : target
227226
@@ -263,7 +262,7 @@ jobs:
263262 if : startsWith(matrix.os, 'blacksmith-')
264263 uses : ./.github/actions/mount-sticky-cache
265264 with :
266- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ matrix.os }}-${{ env.STICKY_CACHE_SCOPE }}
265+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ matrix.os }}
267266 cargo : " true"
268267 target : target
269268
@@ -316,7 +315,7 @@ jobs:
316315 - name : Mount sticky cache
317316 uses : ./.github/actions/mount-sticky-cache
318317 with :
319- key-prefix : ${{ github.repository }}-ci-${{ github.job }}-${{ env.STICKY_CACHE_SCOPE }}
318+ key-prefix : ${{ github.repository }}-ci-${{ github.job }}
320319 cargo : " true"
321320 target : target
322321 browsers : " true"
0 commit comments