Skip to content

Commit 9b7a84b

Browse files
committed
fix: name and inputs
1 parent 18fee15 commit 9b7a84b

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

.github/workflows/manual-release.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
required: false
2020
type: string
2121
default: 'true'
22+
tests-with-ssh:
23+
description: Run tests with ability to ssh into environment
24+
required: false
25+
type: boolean
26+
default: false
2227

2328
jobs:
2429
# ==================================================================
@@ -77,27 +82,6 @@ jobs:
7782
# ==================================================================
7883
# Unit Tests
7984
# ==================================================================
80-
unit-tests-london:
81-
needs: [ build ]
82-
uses: ./.github/workflows/reusable-unit-tests.yml
83-
with:
84-
zkevm_fork: LONDON
85-
tests-with-ssh: false
86-
87-
unit-tests-paris:
88-
needs: [ build ]
89-
uses: ./.github/workflows/reusable-unit-tests.yml
90-
with:
91-
zkevm_fork: PARIS
92-
tests-with-ssh: false
93-
94-
unit-tests-shanghai:
95-
needs: [ build ]
96-
uses: ./.github/workflows/reusable-unit-tests.yml
97-
with:
98-
zkevm_fork: SHANGHAI
99-
tests-with-ssh: false
100-
10185
unit-tests-cancun:
10286
needs: [ build ]
10387
uses: ./.github/workflows/reusable-unit-tests.yml
@@ -124,7 +108,7 @@ jobs:
124108
# ==================================================================
125109
# Publish release post tests
126110
# ==================================================================
127-
publish-conditional-to-units-and-replay-tests:
111+
publish-default:
128112
needs: [ build, unit-tests-prague, replay-tests ]
129113
if: ${{ github.event_name != 'pull_request' && ( github.event_name == 'release' || inputs.wait-for-tests-bef-publish == 'true') }}
130114
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med

linea-constraints

Submodule linea-constraints updated 46 files

0 commit comments

Comments
 (0)