We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b490ed5 commit 85f001cCopy full SHA for 85f001c
.github/workflows/ci.yml
@@ -185,7 +185,7 @@ jobs:
185
with:
186
path: |
187
/tmp/RocketChat-packages-build.tar.gz
188
- 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 }}
189
190
- name: Cache observability (packages-build)
191
run: |
0 commit comments