mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 13:47:46 +00:00
Only run "Save Prefix" step when a cache miss happens
Prevents a warning from popping up on the dashboard
This commit is contained in:
parent
c5d77cec4f
commit
5b042dd8a0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -285,6 +285,7 @@ jobs:
|
|||
- name: Save Prefix
|
||||
id: cache-prefix-save
|
||||
uses: actions/cache/save@v4
|
||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ${{ steps.strings.outputs.prefix-dir }}
|
||||
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
||||
|
|
Loading…
Add table
Reference in a new issue