Skip to content

Commit

Permalink
force run
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewHEguardian committed Oct 18, 2024
1 parent 8e0332d commit ccc64c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Lighthouse CI
on:
workflow_dispatch:
pull_request:
types: [labeled] # Only run when a PR is labeled with the 'Seen-on-PROD' label set by prout
## types: [labeled] # Only run when a PR is labeled with the 'Seen-on-PROD' label set by prout
jobs:
Lighthouse:
if: ${{ github.event.label.name == 'Seen-on-PROD' }}
##if: ${{ github.event.label.name == 'Seen-on-PROD' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ccc64c9

Please sign in to comment.