Skip to content

(TGG) TGG unit tests #2302

(TGG) TGG unit tests

(TGG) TGG unit tests #2302

name: "(TGG) TGG unit tests"
on:
workflow_dispatch:
schedule:
- cron: "0 */3 * * *" # This cron schedule runs the workflow every 3 hours
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
TGG-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/tgg-unit-tests-impl.yaml
with:
docker-image: ${{ needs.build-artifact.outputs.ci-build-docker-image }}