Skip to content

Velox Nightly Test (Upstream) #24

Velox Nightly Test (Upstream)

Velox Nightly Test (Upstream) #24

name: Velox Nightly Test (Upstream)
on:
schedule:
- cron: '0 4 * * *' # daily at 04:00 UTC
workflow_dispatch:
jobs:
nightly:
uses: ./.github/workflows/velox-test.yml
with:
repository: facebookincubator/velox
velox_commit: main
build_target: all
secrets: inherit