Skip to content

Commit 2c226f2

Browse files
committed
tmp: test cache logic
1 parent d56aaa7 commit 2c226f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Upload test cache
16-
if: ${{ github.ref == 'refs/heads/main' }}
16+
if: ${{ github.ref == 'refs/heads/main' || true }}
1717
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1818
with:
1919
path: ${{ inputs.cache-path }}

0 commit comments

Comments
 (0)