Send data

This commit is contained in:
khagen 2023-11-07 14:48:55 +01:00 committed by GitHub
parent 15d31c6bc9
commit eadba23910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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