Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Nov 5, 2024
1 parent 51f7f72 commit a16bba6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/bench-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a16bba6

Please sign in to comment.