Skip to content

Commit

Permalink
shorten restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Feb 6, 2024
1 parent 94b7bac commit 41a8106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
*.lot
*.toc
key: latex-${{ github.run_id }}
restore-keys: latex-
restore-keys: latex

- name: Render for release
uses: trustedcomputinggroup/markdown@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
*.lot
*.toc
key: latex-${{ github.run_id }}
restore-keys: latex-
restore-keys: latex

- name: Run the action on guide
uses: trustedcomputinggroup/markdown@latest
Expand Down
2 changes: 1 addition & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
*.lot
*.toc
key: latex-${{ github.run_id }}
restore-keys: latex-
restore-keys: latex

- name: Render
uses: trustedcomputinggroup/[email protected]
Expand Down

0 comments on commit 41a8106

Please sign in to comment.