Skip to content

Commit 1dc866d

Browse files
authored
Update lighthouseci.yml
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent cc26a91 commit 1dc866d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/lighthouseci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: lighthouseci
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
paths-ignore:
6-
- "*.md"
7-
- "*.github/**"
4+
schedule:
5+
- cron: '0 3 * * *' # Runs every day at 3am UTC
6+
# pull_request:
7+
# paths-ignore:
8+
# - "*.md"
9+
# - "*.github/**"
810

911
jobs:
1012
lighthouseci:

0 commit comments

Comments
 (0)