Skip to content

(T3K) T3000 nightly tests #237

(T3K) T3000 nightly tests

(T3K) T3000 nightly tests #237

name: "(T3K) T3000 nightly tests"
on:
workflow_dispatch:
schedule:
- cron: "0 21 * * *"
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
secrets: inherit
t3000-nightly-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/t3000-nightly-tests-impl.yaml

Check failure on line 17 in .github/workflows/t3000-nightly-tests.yaml

View workflow run for this annotation

GitHub Actions / (T3K) T3000 nightly tests

Invalid workflow file

error parsing called workflow ".github/workflows/t3000-nightly-tests.yaml" -> "./.github/workflows/t3000-nightly-tests-impl.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.