Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ jobs:
name: Runtime Upgrade (on-chain)
runs-on: ubuntu-latest
needs: [metadata, build]
environment: ${{ needs.metadata.outputs.environment }}
# Deshabilitado hasta tener nodo testnet estable — activar con workflow_dispatch
if: github.event.inputs.deploy_runtime == 'true'
steps:
Expand Down Expand Up @@ -215,7 +214,6 @@ jobs:
name: Rolling Node Binary Update
runs-on: ubuntu-latest
needs: [metadata, build, deploy-runtime]
environment: ${{ needs.metadata.outputs.environment }}
# Solo si explícitamente solicitado — los upgrades de runtime no lo necesitan
if: github.event.inputs.rolling_update == 'true'
steps:
Expand Down
1 change: 1 addition & 0 deletions docker/testnet/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VALIDATOR_NODE_KEY=
Loading
Loading