Skip to content

♻️ add workflows for deploying full node and validator #9

♻️ add workflows for deploying full node and validator

♻️ add workflows for deploying full node and validator #9

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build_containers:
name: Build Docker Image
uses: ./.github/workflows/docker-test.yaml