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:
parent
35e9098b98
commit
c8fb0c3923
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
|
- name: Save Prefix
|
||||||
id: cache-prefix-save
|
id: cache-prefix-save
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.strings.outputs.prefix-dir }}
|
path: ${{ steps.strings.outputs.prefix-dir }}
|
||||||
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue