From 3a66c03170cfad484faf2dbbfaa4a42126361172 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:22:09 +0200 Subject: [PATCH] Run Percy on `master` using the default GH runners (#23178) --- .github/workflows/percy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 5d1b0ea93b5..34c7b70474d 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -14,8 +14,8 @@ on: jobs: percy: - timeout-minutes: 30 - runs-on: buildjet-4vcpu-ubuntu-2004 + timeout-minutes: 45 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 - name: Prepare front-end environment -- GitLab