From f2ec490833449529f98f1f7858fac595775a694c Mon Sep 17 00:00:00 2001 From: nhthinh-axonivy Date: Wed, 25 Dec 2024 15:29:05 +0700 Subject: [PATCH] feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report --- .github/workflows/lighthouse-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 98529573c4..a551eece90 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -18,7 +18,7 @@ env: # Define reusable environment variables jobs: lighthouse-audit: # Renamed job for clarity - runs-on: portal-01 + runs-on: ubuntu-latest steps: - name: checkout to master