Skip to content

Commit a44a86f

Browse files
authored
fix(ops): correctly key MN deliverable cache
1 parent 54861f7 commit a44a86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# alternatively, if we really want to always use whatever MN version
5555
# is latest, we could detect that version and include it
5656
# as part of this key.
57-
key: ${{ runner.os }}-mn-${{ env.cache-name }}-${{ hashFiles('sources/00*-v5/**', 'sources/xmi/**', 'sources/liquid_templates/**', 'sources/guidance/**') }}
57+
key: ${{ runner.os }}-mn-${{ env.cache-name }}-${{ hashFiles('sources/**', 'Gemfile.lock') }}
5858

5959
# We can fuzzy-match latest available cache,
6060
# instead of precise hash.

0 commit comments

Comments
 (0)