Skip to content

Workflow file for this run

on:
workflow_dispatch:
jobs:
run-polkadot:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Polkadot
uses: ../..
with:
runtime-package: "polkadot-runtime"
extra-args: "--disable-idempotency-check --no-weight-warnings"
node-uri: "wss://polkadot-try-runtime-node.parity-chains.parity.io:443"
repository: "polkadot-fellows/runtimes"
# ref:
# description: "The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch."
# token:
# description: "Personal access token (PAT) used to fetch the repository."