Skip to content

Commit 108a67b

Browse files
committed
Disable automatic lighthouse runs for now
1 parent 3c9f99f commit 108a67b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/lighthouse.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Lighthouse CI
22

33
on:
4-
workflow_run:
5-
workflows: ["Build and Deploy"]
6-
types:
7-
- completed
4+
# Disabling automatic runs for now since it is always failing and we aren't prioritizing fixing it.
5+
# workflow_run:
6+
# workflows: ["Build and Deploy"]
7+
# types:
8+
# - completed
89
workflow_dispatch: # Allows manual triggering of the workflow
910

1011
jobs:

0 commit comments

Comments
 (0)