From 0da41db379a5d0058676a9f495641e6264e50f5e Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Wed, 20 Nov 2024 15:53:27 -0600 Subject: [PATCH] Remove repeat Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b1c708a2a..db884a953 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -240,9 +240,9 @@ jobs: - console-python-tests - workflow-info runs-on: ubuntu-latest - strategy: - matrix: - iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + # strategy: + # matrix: + # iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] steps: - name: Download Workflow Info uses: actions/download-artifact@v4