From a16bba6e6c5962e0de2b5e9cc2cef357d3147850 Mon Sep 17 00:00:00 2001 From: Trystan Schneider Date: Tue, 5 Nov 2024 13:51:24 +0100 Subject: [PATCH] Update --- .github/workflows/bench-aws.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bench-aws.yml b/.github/workflows/bench-aws.yml index 31043af34..a4fa94b16 100644 --- a/.github/workflows/bench-aws.yml +++ b/.github/workflows/bench-aws.yml @@ -8,13 +8,28 @@ on: types: [published] jobs: + # define-matrix: + # runs-on: ubuntu-latest + + # outputs: + # types: ${{ steps.types.outputs.type }} + # exclude: ${{ steps.types.outputs.exclude }} + # steps: + # - name: Define Colors + # id: types + # env: + # TRIGGER: ${{ github.event_name }} + # run: | + # echo 'type=["localhost", "aws"]' >> "$GITHUB_OUTPUT" + benchmark: name: ${{ matrix.type }} runs-on: ubuntu-latest + # needs: define-matrix strategy: fail-fast: false matrix: - type: [localhost, aws] + type: [localhost, aws] # ${{ fromJSON(needs.define-matrix.outputs.type) }} include: - type: localhost ntasks: 100