From eadba23910e771d6c00092b9c00176da7b6197b7 Mon Sep 17 00:00:00 2001 From: khagen <33468547+koenhagen@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:48:55 +0100 Subject: [PATCH] Send data --- .github/workflows/energy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/energy.yml b/.github/workflows/energy.yml index 9e032fe7..0cb1ad0a 100644 --- a/.github/workflows/energy.yml +++ b/.github/workflows/energy.yml @@ -14,7 +14,6 @@ jobs: uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below) with: task: start-measurement - send-data: false - name: 'Checkout repository' uses: actions/checkout@v3 @@ -59,7 +58,6 @@ jobs: with: task: get-measurement label: 'setup' - send-data: false - name: Unit tests run: make data_tests @@ -69,11 +67,9 @@ jobs: with: task: get-measurement label: 'unit tests' - send-data: false - name: Show Energy Results uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below) with: task: display-results - send-data: false pr-comment: true