mirror of https://github.com/Chocobozzz/PeerTube
Fix CI stats task
parent
0870a3fe51
commit
91302ea12a
|
@ -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 New Issue