(T3K) T3000 demo tests #670
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 demo tests" | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * 1,3,5' # This cron schedule runs the workflow every Monday/Wednesday/Friday at 12am UTC | |
workflow_call: | |
jobs: | |
build-artifact: | |
uses: ./.github/workflows/build-artifact.yaml | |
with: | |
arch: '["wormhole_b0"]' | |
secrets: inherit | |
t3000-demo-tests: | |
needs: build-artifact | |
secrets: inherit | |
uses: ./.github/workflows/t3000-demo-tests-impl.yaml |