Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Proto hash

Proto hash #107

Workflow file for this run

name: Common Build on PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-dev-common.yml@main
with:
needs_build: true
build_command: "make go-quai"
needs_docker: false
include_chart: false
cloud_deploy: false
skip_deploy: true
update_version: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}