From: gnrunge Date: Fri, 13 May 2022 22:21:41 +0000 (-0700) Subject: ICU-22030 Modifies GHA CI performance testing so that existing files in the X-Git-Tag: cldr/2022-05-28~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8a0810a5a9a8811d13e1e4d9ef266ef5a102729;p=icu ICU-22030 Modifies GHA CI performance testing so that existing files in the performance results publishing repository are no longer deleted when the test results are forwarded. This concretely affects the README file in the icu-perf repository, which got deleted with the first data transfer. Restoring the README file in icu-perf will be a complementary PR. --- diff --git a/.github/workflows/icu_merge_ci.yml b/.github/workflows/icu_merge_ci.yml index 8a7a74766f3..ead6d358c36 100644 --- a/.github/workflows/icu_merge_ci.yml +++ b/.github/workflows/icu_merge_ci.yml @@ -197,3 +197,4 @@ jobs: external_repository: unicode-org/icu-perf publish_branch: main publish_dir: ./perf + keep_files: true