Fix CI stats task
This commit is contained in:
parent
0870a3fe51
commit
91302ea12a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/stats.yml
vendored
3
.github/workflows/stats.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
- name: Build
|
||||
run: npm run build -- --analyze-bundle
|
||||
|
||||
- name: PeerTube code stats
|
||||
if: github.event_name != 'pull_request'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue