Skip to content

Commit

Permalink
refactored job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
burdorfmitchell committed Dec 9, 2024
1 parent 2d3febb commit 8979cbd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/compare-post-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ jobs:
strategy:
# all jobs should run in parallel
matrix:
include:
- id: 1.1_uniform
- id: 1.1_gauss
- id: 1.1_mwa
- id: 1.2_uniform
- id: 1.2_gauss
- id: 1.3_uniform
- id: 1.3_gauss
id: [1.1_uniform, 1.1_gauss, 1.1_mwa, 1.2_uniform, 1.2_gauss, 1.3_uniform, 1.3_gauss]

defaults:
run:
Expand Down

0 comments on commit 8979cbd

Please sign in to comment.