Skip to content

On nightly

On nightly #83

Workflow file for this run

name: On nightly
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
docker-build:
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
with:
test_mark: 'nightly'
test_group_cnt: 4
test_group_ids: '[1,2,3,4]'
perf-benchmark:
uses: ./.github/workflows/perf-benchmark.yml
secrets: inherit