Skip to content

Commit

Permalink
Decision: skip upgrades against disconnected live nodes, see
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 9, 2024
1 parent 4353343 commit fcbd827
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ jobs:
test-against-disconnected-live-node:
# execute only against Testnet b/c we don't have sudo key for Mainnet
if: github.base_ref == 'testnet'
# if: github.base_ref == 'testnet'
# skip upgrades against disconnected live nodes, see
# https://gluwa.atlassian.net/wiki/spaces/CB/pages/1119912022/Context+decision+for+CSUB-861+runtime+upgrade+testing+against+disconnected+node
if: false
needs:
- build-sut
- setup
Expand Down

0 comments on commit fcbd827

Please sign in to comment.