mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 15:16:21 -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/netlify-analytics-review/ \
|
||||||
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/amp.html
|
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/amp.html
|
||||||
- name: Upload results as artifact
|
- name: Upload results as artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: lhci-results
|
name: lhci-results
|
||||||
path: ./.lighthouseci
|
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
|
- cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
purge-artifacts:
|
purge-artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user