mirror of https://github.com/coqui-ai/TTS.git
Update data_tests.yml
This commit is contained in:
parent
7b02c3140b
commit
0fd50ce8a3
|
@ -7,11 +7,11 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
check_skip:
|
measure-energy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "! contains(github.event.head_commit.message, '[ci skip]')"
|
name: Run power usage check
|
||||||
steps:
|
steps:
|
||||||
- run: echo "${{ github.event.head_commit.message }}"
|
- run: sar -u 1 240
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue