From 92c91c05653b4ba1bb02ab41949042c89a5c9f2e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Apr 2023 13:44:09 +0100 Subject: [PATCH] Cache based on CI config --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d402659..9582365 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: uses: "https://github.com/actions/cache@v3" with: path: . - key: stuff + key: stuff-${{ hashFiles('.gitea/workflows/ci.yaml') }} - run: sleep 5 - name: Hello world run: docker run hello-world