From 6e770c8fb91c1a5a60fe905bb1070c9d77b887dd Mon Sep 17 00:00:00 2001 From: Collin Charvat Date: Tue, 8 Oct 2024 15:46:32 -0400 Subject: [PATCH] yep_these_cant_exist_together Signed-off-by: Collin Charvat --- .github/workflows/example.yaml | 35 ---------------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/workflows/example.yaml b/.github/workflows/example.yaml index d675a3b..d142aa0 100644 --- a/.github/workflows/example.yaml +++ b/.github/workflows/example.yaml @@ -79,41 +79,6 @@ jobs: # IMPORTANT If the surrounding workflow is a reusable workflow itself, append ', ${{ inputs.workflow-context }}' workflow-context: build-with-reusable-workflow-with-matrix, ${{ toJSON(matrix) }} - build-with-reusable-workflow-with-matrix-inputs: - strategy: - fail-fast: false - matrix: - inputs: [ - {id: '1.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '1.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '1.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_string'}, - {id: '1.2', input_1: 'Example', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '1.3', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'},] - uses: ./.github/workflows/example-reusable-from-matrix.yml - with: - id: ${{matrix.inputs.id}} # Id to seperate the different runs - input_2: ${{matrix.inputs.input_2}} - input_1: ${{matrix.inputs.input_1}} - workflow-context: build-with-reusable-workflow-with-matrix-inputs, ${{ toJSON(matrix) }} - - build-with-reusable-workflow-with-limit: - strategy: - max-parallel: 2 - fail-fast: false - matrix: - inputs: [ - {id: '2.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '2.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '2.1', input_1: 'In_this_input_we_are_testing_very_very_very_long_strings', input_2: 'In_this_input_we_are_testing_very_very_very_long_string'}, - {id: '2.2', input_1: 'Example', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'}, - {id: '2.3', input_2: 'In_this_input_we_are_testing_very_very_very_long_strings'},] - uses: ./.github/workflows/example-reusable-from-matrix.yml - with: - id: ${{matrix.inputs.id}} # Id to seperate the different runs - input_2: ${{matrix.inputs.input_2}} - input_1: ${{matrix.inputs.input_1}} - workflow-context: build-with-reusable-workflow-with-limit, ${{ toJSON(matrix) }} - build-with-reusable-workflow-nested: uses: ./.github/workflows/example-reusable-nested.yml with: