From d0023ce6611fa1836b6d5ea458474e79a3656158 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 27 Jul 2022 16:32:55 +0100 Subject: [PATCH] turned off debug Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index 4149768..b35264f 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest env: - ENABLE_DEBUG: true + ENABLE_DEBUG: false # Steps represent a sequence of tasks that will be executed as part of the job steps: