File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2222 save-if : ${{ inputs.save-if }}
2323
2424 - name : Cache to local
25- uses : stormslowly /rust-cache@8269079380bc35105b3ed8b0f1f7c9557c6dec93 # v2.7.8
25+ uses : rspack-contrib /rust-cache@8269079380bc35105b3ed8b0f1f7c9557c6dec93 # v2.7.8
2626 if : ${{ runner.environment == 'self-hosted' }}
2727 with :
2828 prefix-key : " RCache-L-5"
Original file line number Diff line number Diff line change 123123 matchManagers : [ "github-actions" ] ,
124124 excludePackageNames : [
125125 "actions/upload-artifact" ,
126- "actions/download-artifact"
126+ "actions/download-artifact" ,
127+ "lynx-infra/download-artifact" ,
128+ "lynx-infra/upload-artifact" ,
129+ "rspack-contrib/rust-cache"
127130 ]
128131 } ,
129132 {
130- groupName : "ignored github-actions upload-download -actions" ,
133+ groupName : "manually managed github -actions" ,
131134 matchManagers : [ "github-actions" ] ,
132135 matchPackageNames : [
133136 "actions/upload-artifact" ,
134- "actions/download-artifact"
137+ "actions/download-artifact" ,
138+ "lynx-infra/download-artifact" ,
139+ "lynx-infra/upload-artifact" ,
140+ "rspack-contrib/rust-cache"
135141 ] ,
136142 enabled : false
137143 }
You can’t perform that action at this time.
0 commit comments