Skip to content

feat!: Return actionable errors from Manifest validation #561

feat!: Return actionable errors from Manifest validation

feat!: Return actionable errors from Manifest validation #561

Workflow file for this run

name: web-prover
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/check.yaml
build_notary:
uses: ./.github/workflows/build_notary.yaml
build_client_native:
uses: ./.github/workflows/build_client_native.yaml
release:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/release.yaml
deploy_notary_staging:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/deploy_notary_staging.yaml
secrets: inherit
deploy_notary_staging_gcs:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/deploy_notary_staging_gcs.yaml
secrets: inherit