From eec483730497e57a7469f244844645e1e00cccfc Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 8 Jul 2024 11:00:35 -0600 Subject: [PATCH] Disabled test recording for now --- .github/workflows/module-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-test.yaml b/.github/workflows/module-test.yaml index 2094dc8b66..1cb71680b7 100644 --- a/.github/workflows/module-test.yaml +++ b/.github/workflows/module-test.yaml @@ -73,7 +73,7 @@ jobs: env: DOCKER_BUILDKIT: 1 DEV_MODE: 1 - GENERATE_TIMINGS: 1 + #GENERATE_TIMINGS: 1 MODULE: ${{ inputs.module }} GLOB: ${{ inputs.glob }} AWS_REGION: "${{ secrets.AWS_REGION }}"