mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Lighthouse: Tweak for testing (#30741)
This commit is contained in:
parent
4d68877c6a
commit
5a9645480d
9
.github/workflows/lighthouse-production.yml
vendored
9
.github/workflows/lighthouse-production.yml
vendored
@ -1,9 +1,10 @@
|
||||
name: Lighthouse production audit
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Every Monday at 12pm UTC
|
||||
- cron: '0 12 * * MON'
|
||||
# @umpox: Currently disabled whilst migrating to new format
|
||||
# workflow_dispatch:
|
||||
# schedule:
|
||||
# # Every Monday at 12pm UTC
|
||||
# - cron: '0 12 * * MON'
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user