Skip to content

Commit 42ac08f

Browse files
committed
more consistent naming
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 36022e9 commit 42ac08f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
4444
stateless-validator:
45-
name: "${{ matrix.test-type == 'mainnet' && format('Mainnet {0}', matrix.zkvm) || format('EEST {0} / {1}', matrix.zkvm, matrix.action) }}"
45+
name: "${{ format('{0} {1} / {2}', matrix.test-type == 'mainnet' && 'Mainnet' || 'EEST', matrix.zkvm, matrix.action) }}"
4646
runs-on: ${{ matrix.test-type == 'mainnet' && fromJSON('["self-hosted-ghr", "size-xl-x64"]') || 'ubuntu-latest' }}
4747
strategy:
4848
fail-fast: false
@@ -134,7 +134,6 @@ jobs:
134134
empty-program:
135135
name: "Empty Program (${{ matrix.zkvm }} / ${{ matrix.action }})"
136136
runs-on: ubuntu-latest
137-
needs: witness-generator
138137
strategy:
139138
fail-fast: false
140139
matrix:

0 commit comments

Comments
 (0)