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