(T3K) T3000 profiler tests #793
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "(T3K) T3000 profiler tests" | ||
on: | ||
workflow_dispatch: | ||
workflow_call: | ||
schedule: | ||
- cron: "0 */8 * * *" # This cron schedule runs the workflow every 8 hours | ||
jobs: | ||
build-artifact-profiler: | ||
uses: ./.github/workflows/build-artifact.yaml | ||
with: | ||
arch: '["wormhole_b0"]' | ||
tracy: true | ||
secrets: inherit | ||
t3000-profiler-tests: | ||
needs: build-artifact-profiler | ||
secrets: inherit | ||
uses: ./.github/workflows/t3000-profiler-tests-impl.yaml | ||
Check failure on line 19 in .github/workflows/t3000-profiler-tests.yaml GitHub Actions / (T3K) T3000 profiler testsInvalid workflow file
|