From 2353c0089febdc067fe306db846245c7bcb52684 Mon Sep 17 00:00:00 2001 From: Narfinger Date: Fri, 23 May 2025 04:17:41 +0200 Subject: [PATCH] OHOS CI: Allow run.json to be overwritten in upload action. (#37083) The CI does multiple build runs so we need to handle it being overwritten. Multiple different build of OHOS servoshell would fight for who is first to upload run.json and the other would error out. Now we allow both to succeed by overwrite the run.json Testing: Testrun: https://github.com/Narfinger/servo/actions/runs/15180797189/job/42689748807 Signed-off-by: Narfinger Signed-off-by: Narfinger --- .github/workflows/ohos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index f2c8233a785..2cda0acbfc9 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -174,6 +174,7 @@ jobs: with: name: runs.json path: support/hitrace-bencher/runs.json + overwrite: true - uses: actions/upload-artifact@v4 with: # Upload the **unsigned** artifact - We don't have the signing materials in pull request workflows