From dc700fc2a9ad99f48545c0064787336a44ab3a3a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:35:20 +0200 Subject: [PATCH] ci: speed up validate-upstream workflow Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .github/workflows/validate-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-upstream.yml b/.github/workflows/validate-upstream.yml index 445eb0cbfe..e63c0105d1 100644 --- a/.github/workflows/validate-upstream.yml +++ b/.github/workflows/validate-upstream.yml @@ -82,7 +82,7 @@ jobs: targets: validate-upstream set: | *.cache-from=type=gha,scope=docs-upstream - *.cache-to=type=gha,scope=docs-upstream,mode=max + *.cache-to=type=gha,scope=docs-upstream env: UPSTREAM_MODULE_NAME: ${{ inputs.module-name }} UPSTREAM_REPO: ${{ github.repository }}