Skip to content

Commit

Permalink
runtime-upgrade-test: disable github workflow - impractical and node …
Browse files Browse the repository at this point in the history
…fails to start
  • Loading branch information
mnaamani committed Jan 16, 2024
1 parent f0ee370 commit 5b6b487
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@ jobs:
name: Runtime Upgrade from production runtime
needs: build_images
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
# Disabling until we find a workaround
# as it is no longer practical to start the node
# while importing huge state from production network in genesis block.
# if: github.ref != 'refs/heads/master'
if: false
steps:
# Checkout master branch
- name: check out master repo
Expand Down

0 comments on commit 5b6b487

Please sign in to comment.