Skip to content

Commit

Permalink
Execute only one variant
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Apr 19, 2024
1 parent 5a85c42 commit 6253e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.set-up-variants.outputs.build-variants) }}
matrix: ["ab"]
uses: ./.github/workflows/create_variant.yml
with:
atb-variant: ${{ matrix.variant }}
Expand Down

0 comments on commit 6253e4a

Please sign in to comment.