From adfda92a11912a5d3b32de80a82097220a5d5115 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Thu, 9 Apr 2026 11:37:36 -0300 Subject: [PATCH] ci: Update cache key for packages-build in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dcde726f5941..fdd15f9d75bdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: with: path: | /tmp/RocketChat-packages-build.tar.gz - key: ${{ runner.arch }}-${{ runner.os }}-packages-build-${{ needs.release-versions.outputs.packages-build-cache-key }} + key: ${{ runner.arch }}-${{ runner.os }}-packages-build-${{ needs.release-versions.outputs.source-hash }} - name: Cache observability (packages-build) run: |