From 7b02c3140b360173205c131232bca3cd5f3ee185 Mon Sep 17 00:00:00 2001 From: khagen <33468547+koenhagen@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:26:46 +0200 Subject: [PATCH] Update aux_tests.yml --- .github/workflows/aux_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aux_tests.yml b/.github/workflows/aux_tests.yml index f4cb3ecf..efeae8f4 100644 --- a/.github/workflows/aux_tests.yml +++ b/.github/workflows/aux_tests.yml @@ -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