Skip to content

Commit 164e6be

Browse files
authored
fix: set persistent variable name for release_pr cache
1 parent fa56ed7 commit 164e6be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release_pr.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
/usr/local/bin/terminus
6060
~/.terminus
6161
~/.ssh
62-
key: ${{ github.job }}-setup-cache
62+
key: release-pr-setup-cache
6363
restore-keys: |
64-
${{ github.job }}-setup-cache
64+
release-pr-setup-cache
6565
6666
get_next_release_version:
6767
runs-on: ubuntu-latest
@@ -170,9 +170,9 @@ jobs:
170170
/usr/local/bin/terminus
171171
~/.terminus
172172
~/.ssh
173-
key: ${{ github.job }}-setup-cache
173+
key: release-pr-setup-cache
174174
restore-keys: |
175-
${{ github.job }}-setup-cache
175+
release-pr-setup-cache
176176
177177
- name: Deploy to environments
178178
run: ./.ci/github/deploy_release_sites
@@ -196,9 +196,9 @@ jobs:
196196
/usr/local/bin/terminus
197197
~/.terminus
198198
~/.ssh
199-
key: ${{ runner.os }}-terminus-cache-${{ hashFiles('**/composer.lock') }}
199+
key: release-pr-setup-cache
200200
restore-keys: |
201-
${{ runner.os }}-terminus-cache-
201+
release-pr-setup-cache
202202
203203
- name: Clean up
204204
env:

0 commit comments

Comments
 (0)