From 46971a5c6759c2c1620b768983a30a969bb240fd Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 13:26:59 +0100 Subject: [PATCH] ci: disable cache debug --- .forgejo/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 6de3189..29a7a7c 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -15,8 +15,8 @@ jobs: # - name: Setup repo # uses: actions/checkout@v4 - - name: Check cache - run: ls -lah /.cache/act/actions + # - name: Check cache + # run: ls -lah /.cache/act/actions - name: Check actions path run: ls -lah /var/run/act/actions