From cfee090156da4d04c091fe5896be3a9726f6e5bc Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 27 Jul 2023 08:52:41 +0100 Subject: [PATCH] turned off debug Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index d5c5726..895cd4e 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -39,7 +39,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest env: - ENABLE_DEBUG: true + ENABLE_DEBUG: false # Imported as a variable by terraform TF_VAR_repository: ${{ github.event.repository.name }} defaults: @@ -73,7 +73,7 @@ jobs: chmod 700 .ssh echo $PRIVATE_KEY > .ssh/github_actions.pem chmod 600 .ssh/github_actions.pem - + - name: DEBUG - Show IaC files if: env.ENABLE_DEBUG == 'true' run: |