From 09f8f43d201d9f8ad1f275f9bb1b0682037758fd Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:55:17 +0000 Subject: [PATCH] fix(ci): use default Ubuntu mirror for Playwright (#40909) --- .github/workflows/web-e2e.yml | 5 ----- .github/workflows/web-tests.yml | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/.github/workflows/web-e2e.yml b/.github/workflows/web-e2e.yml index 096553af0ce..3da6679a0b4 100644 --- a/.github/workflows/web-e2e.yml +++ b/.github/workflows/web-e2e.yml @@ -26,11 +26,6 @@ jobs: with: persist-credentials: false - - name: Switch Ubuntu mirror - run: | - sudo sed -i 's|http://us-east-1.ec2.archive.ubuntu.com/ubuntu|http://azure.archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list.d/ubuntu.sources - sudo apt-get update - - name: Setup web dependencies uses: ./.github/actions/setup-web diff --git a/.github/workflows/web-tests.yml b/.github/workflows/web-tests.yml index 27b9ee9005f..26687f64dff 100644 --- a/.github/workflows/web-tests.yml +++ b/.github/workflows/web-tests.yml @@ -126,11 +126,6 @@ jobs: with: persist-credentials: false - - name: Switch Ubuntu mirror - run: | - sudo sed -i 's|http://us-east-1.ec2.archive.ubuntu.com/ubuntu|http://azure.archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list.d/ubuntu.sources - sudo apt-get update - - name: Setup web environment uses: ./.github/actions/setup-web @@ -165,11 +160,6 @@ jobs: with: persist-credentials: false - - name: Switch Ubuntu mirror - run: | - sudo sed -i 's|http://us-east-1.ec2.archive.ubuntu.com/ubuntu|http://azure.archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list.d/ubuntu.sources - sudo apt-get update - - name: Setup web environment uses: ./.github/actions/setup-web