From d12eb376952cad68ce52c8c99117ded36410b7dd Mon Sep 17 00:00:00 2001 From: Shinhyung Yang Date: Wed, 11 Dec 2024 10:28:07 +0100 Subject: [PATCH] Update lighthouse-badger.yml --- .github/workflows/lighthouse-badger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-badger.yml b/.github/workflows/lighthouse-badger.yml index addec2d3..a8f925d1 100644 --- a/.github/workflows/lighthouse-badger.yml +++ b/.github/workflows/lighthouse-badger.yml @@ -14,9 +14,9 @@ name: "Lighthouse Badger" # INPUTS as Secrets (env) for not manually triggered workflows env: - URLS: https://alshedivat.github.io/al-folio/ + URLS: https://cau-se.github.io/ # If any of the following env is blank, a default value is used instead - REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main' + REPO_BRANCH: "${{ github.repository }} main" # target repository & branch e.g. 'dummy/mytargetrepo main' MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2" DESKTOP_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --preset=desktop --throttling.cpuSlowdownMultiplier=1"