mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 06:18:27 -04:00
Update ci.yml
This commit is contained in:
parent
336637a85e
commit
bec66f42a2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -58,7 +58,8 @@ jobs:
|
||||
--collect.url=https://jarv.is/notes/netlify-analytics-review/ \
|
||||
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/amp.html
|
||||
- name: Upload results as artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
if: success()
|
||||
with:
|
||||
name: lhci-results
|
||||
path: ./.lighthouseci
|
||||
|
1
.github/workflows/purge-artifacts.yml
vendored
1
.github/workflows/purge-artifacts.yml
vendored
@ -3,6 +3,7 @@ name: Purge old artifacts
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
purge-artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user