Skip to content

Commit

Permalink
wip: Skip Lighthouse step
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Jan 15, 2025
1 parent 4dd2c01 commit 4308555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lighthouse_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
environment:
description: 'Environment to run LHCI against'
required: false
default: 'prod'
default: 'stage'
type: choice
options:
- stage
- prod
jobs:
lhci:
name: Lighthouse Report - ${{ inputs.environment != null && inputs.environment || 'prod' }}
name: Lighthouse Report - ${{ inputs.environment != null && inputs.environment || 'stage' }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -26,6 +26,7 @@ jobs:
with:
node-version: 20.9.x
- name: Run Lighthouse CI
if: false
run: |
npm install -g @lhci/[email protected]
npm run lighthouse
Expand Down

0 comments on commit 4308555

Please sign in to comment.