1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 12:07:45 +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:
Joshua Goins 2024-05-18 12:52:58 -04:00
parent 35e9098b98
commit c8fb0c3923

View file

@ -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 }}