From 213acd9f100364bcfa111ffa40c3ec46af47cb6d Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 19:29:20 -0600 Subject: [PATCH] Don't overwrite cache --- .forgejo/actions/prepare-rust/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 39031d0..b939565 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -51,6 +51,7 @@ runs: export PATH=$PATH:$HOME/.rustup/bin - name: Populate rust cache + if: steps.cache.outputs.cache-hit != 'true' uses: https://github.com/actions/cache/save@v4 with: path: |