Skip to content

Commit 3cd600d

Browse files
authored
Merge pull request #138 from hashed-io/update-to-polka-v28
Additional parachain pallets and clean up of some dependencies
2 parents 8042d8b + 1954d51 commit 3cd600d

File tree

20 files changed

+1156
-511
lines changed

20 files changed

+1156
-511
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Check Set-Up & Build
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: [ master ]
7+
branches: [ master, develop ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ master, develop ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
SKIP_WASM_BUILD=1 cargo check --release
4040
41-
- name: Check Build for Benchmarking
42-
run: >
43-
pushd node &&
44-
cargo check --features=runtime-benchmarks --release
41+
# - name: Check Build for Benchmarking
42+
# run: >
43+
# pushd node &&
44+
# cargo check --features=runtime-benchmarks --release

0 commit comments

Comments
 (0)