]> granicus.if.org Git - icu/commitdiff
ICU-22030 Modifies GHA CI performance testing so that existing files in the
authorgnrunge <nrunge@google.com>
Fri, 13 May 2022 22:21:41 +0000 (15:21 -0700)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Sat, 14 May 2022 00:00:05 +0000 (17:00 -0700)
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.

.github/workflows/icu_merge_ci.yml

index 8a7a74766f370a4205b68c1f67353f20f218b9b0..ead6d358c365b4f6a8ecf327d89293ce84bd7ce8 100644 (file)
@@ -197,3 +197,4 @@ jobs:
           external_repository: unicode-org/icu-perf
           publish_branch: main
           publish_dir: ./perf
+          keep_files: true