Skip to content

Commit

Permalink
Remove Test output
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 393db46 commit 399c7bb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,12 @@ jobs:
atb-asana-task-id: ${{ vars.DMG_VARIANTS_LIST_TASK_ID }}
origin-asana-section-id: ${{ vars.DMG_VARIANTS_ORIGIN_SECTION_ID }}
atb-variants: ${{ github.event.inputs.atb-variants }} #Only used when running the workflow manually.

read-matrix:
name: Read Matrix
needs: set-up-variants

runs-on: macos-13
timeout-minutes: 15

steps:
- name: Parse Matrix
run: |
echo "MATRIX2: ${{ fromJson(needs.set-up-variants.outputs.build-variants) }}"


create-variants:

name: Create Variant
needs: set-up-variants
if: false

strategy:
fail-fast: false
Expand Down

0 comments on commit 399c7bb

Please sign in to comment.