Skip to content

[TA-4893]: handle sensitive actions on modals #58

[TA-4893]: handle sensitive actions on modals

[TA-4893]: handle sensitive actions on modals #58

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