Skip to content

Commit 593e1a6

Browse files
Use matrix variable for experiment name in workflow (#181)
1 parent ae9e214 commit 593e1a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: ./.github/workflows/collect-results.yml
5555
secrets: inherit
5656
with:
57-
exp-name: "e2e"
57+
exp-name: ${{ matrix.config.exp-name }}
5858

5959
calc-success-rate:
6060
needs: test-sweep

0 commit comments

Comments
 (0)