Update aux_tests.yml

This commit is contained in:
khagen 2023-10-01 20:26:46 +02:00 committed by GitHub
parent e86587164c
commit 7b02c3140b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ on:
pull_request:
types: [opened, synchronize, reopened]
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