8000 Remove unnecessary part of daily cache key · rfalmeida/activeadmin@31b80bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 31b80bb

Browse files
Remove unnecessary part of daily cache key
1 parent 225d53a commit 31b80bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/cache@v2
5656
with:
5757
path: ${{ env.BUNDLE_PATH }}
58-
key: gems-jruby-${{ matrix.ruby }}-${{ matrix.deps }}-${{ hashFiles('current_gemfile.lock') }}
58+
key: gems-${{ matrix.ruby }}-${{ matrix.deps }}-${{ hashFiles('current_gemfile.lock') }}
5959

6060
- name: Install dependencies
6161
run: bundle install

0 commit comments

Comments
 (0)
0