Skip to content

fix: handle empty validatorSigningInfos [DEV-4703] (#315) #663

fix: handle empty validatorSigningInfos [DEV-4703] (#315)

fix: handle empty validatorSigningInfos [DEV-4703] (#315) #663

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-deploy:
name: "Deploy"
needs: call-lint
uses: ./.github/workflows/deploy.yml
secrets: inherit