Skip to content

nightly

nightly #1026

Workflow file for this run

name: nightly
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
name: Build boilerplate code nightly
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
- uses: ./.github/workflows/shared-build