Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c27aa8

Browse files
committed
upload test cache outside of main too
1 parent10d914a commit9c27aa8

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)

[8]ページ先頭

©2009-2025 Movatter.jp