mirror of https://github.com/coqui-ai/TTS.git
Update api_tests.yml
This commit is contained in:
parent
4c3c11c958
commit
e86587164c
|
@ -5,12 +5,11 @@ on:
|
|||
branches:
|
||||
- main
|
||||
jobs:
|
||||
check_skip:
|
||||
measure-energy:
|
||||
runs-on: ubuntu-latest
|
||||
if: "! contains(github.event.head_commit.message, '[ci skip]')"
|
||||
name: Run power usage check
|
||||
steps:
|
||||
- run: echo "${{ github.event.head_commit.message }}"
|
||||
|
||||
- run: sar -u 1 240
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue