Commit 164e6be 1 parent fa56ed7 commit 164e6be Copy full SHA for 164e6be
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
/usr/local/bin/terminus
60
60
~/.terminus
61
61
~/.ssh
62
- key : ${{ github.job }} -setup-cache
62
+ key : release-pr -setup-cache
63
63
restore-keys : |
64
- ${{ github.job }} -setup-cache
64
+ release-pr -setup-cache
65
65
66
66
get_next_release_version :
67
67
runs-on : ubuntu-latest
@@ -170,9 +170,9 @@ jobs:
170
170
/usr/local/bin/terminus
171
171
~/.terminus
172
172
~/.ssh
173
- key : ${{ github.job }} -setup-cache
173
+ key : release-pr -setup-cache
174
174
restore-keys : |
175
- ${{ github.job }} -setup-cache
175
+ release-pr -setup-cache
176
176
177
177
- name : Deploy to environments
178
178
run : ./.ci/github/deploy_release_sites
@@ -196,9 +196,9 @@ jobs:
196
196
/usr/local/bin/terminus
197
197
~/.terminus
198
198
~/.ssh
199
- key : ${{ runner.os }}-terminus-cache-${{ hashFiles('**/composer.lock') }}
199
+ key : release-pr-setup-cache
200
200
restore-keys : |
201
- ${{ runner.os }}-terminus-cache-
201
+ release-pr-setup-cache
202
202
203
203
- name : Clean up
204
204
env :
You can’t perform that action at this time.
0 commit comments