Skip to content

Commit e75586e

Browse files
committed
Fix rococo parachain naming
1 parent e8892f0 commit e75586e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-cumulus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
chain: ["statemine", "statemint", "westmint", "rococo", "shell"]
26+
chain: ["statemine", "statemint", "westmint", "rococo-parachain", "shell"]
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
fail-fast: false
182182
matrix:
183-
chain: ["statemine", "statemint", "westmint", "rococo", "shell"]
183+
chain: ["statemine", "statemint", "westmint", "rococo-parachain", "shell"]
184184
steps:
185185
- name: Cache the image
186186
uses: actions/cache@v2

0 commit comments

Comments
 (0)