We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be9d77 commit c3f6634Copy full SHA for c3f6634
.github/actions/test-cache/upload/action.yml
@@ -13,7 +13,8 @@ runs:
13
using: "composite"
14
steps:
15
- name: Upload test cache
16
- if: ${{ github.ref == 'refs/heads/main' }}
+ # FOR TESTING PURPOSES THIS WILL UPLOAD THE CACHE ON THE PR TOO
17
+ # TODO: MUST BE REVERTED BEFORE MERGING
18
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
19
with:
20
path: ${{ inputs.cache-path }}
0 commit comments