Skip to content

Commit

Permalink
bump to 1.10 and reapply node template
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed May 31, 2024
1 parent de2ac9c commit dc97e2b
Show file tree
Hide file tree
Showing 12 changed files with 1,532 additions and 1,533 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check Migrations

on:
push:
branches: ["master"]
branches: [ "master" ]
pull_request:
branches: ["master"]
branches: [ "master" ]
workflow_dispatch:

# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
echo "runtime=$TASKS" >> $GITHUB_OUTPUT
check-migrations:
needs: [runtime-matrix]
needs: [ runtime-matrix ]
continue-on-error: true
runs-on: ubuntu-latest
strategy:
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Download try-runtime-cli
run: |
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.2/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.6.1/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
- name: Install Protoc
Expand Down
Loading

0 comments on commit dc97e2b

Please sign in to comment.