Skip to content

Nightly build

Nightly build #46

Workflow file for this run

name: Nightly build
on:
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
jobs:
ya_x86_64:
name: Build/test x86_64 using YA
uses: ./.github/workflows/build_and_test_on_demand.yaml
secrets: inherit
with:
cache_update_build: true
cache_update_tests: false