Skip to content

[100]: Integration Guide Docs (#70) #230

[100]: Integration Guide Docs (#70)

[100]: Integration Guide Docs (#70) #230

Workflow file for this run

name: "Integration"
on:
pull_request:
types: [ opened, synchronize ]
push:
branches: [ 'main' ]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration-packages:
uses: ./.github/workflows/integration-packages.yaml
secrets: inherit
integration-contracts:
uses: ./.github/workflows/integration-contracts.yaml
secrets: inherit