Skip to content

Commit 291a7df

Browse files
committed
upload test cache outside of main too
1 parent ac5286a commit 291a7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test-cache/upload/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Upload test cache
16-
if: ${{ github.ref == 'refs/heads/main' }}
16+
# FOR TESTING PURPOSES THIS WILL UPLOAD THE CACHE ON THE PR TOO
17+
# TODO: MUST BE REVERTED BEFORE MERGING
1718
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1819
with:
1920
path: ${{ inputs.cache-path }}

0 commit comments

Comments
 (0)