Update api_tests.yml

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

View File

@ -5,12 +5,11 @@ on:
branches: branches:
- main - main
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
strategy: strategy: