Skip to content

[post-commit] ttnn unit tests #64

[post-commit] ttnn unit tests

[post-commit] ttnn unit tests #64

name: "[post-commit] ttnn unit tests"
on:
workflow_call:
workflow_dispatch:
jobs:
static-checks:
uses: ./.github/workflows/all-static-checks.yaml
secrets: inherit
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
ttnn-unit-tests:
needs: build-artifact
uses: ./.github/workflows/ttnn-post-commit.yaml
secrets: inherit