enso/.github/workflows/nightly.yml
Michał Wawrzyniec Urbańczyk 1c89430597
Build nightlies every day. (#6681)
2023-05-15 04:05:08 +02:00

18 lines
430 B
YAML

# This file is auto-generated. Do not edit it manually!
# Edit the enso_build::ci_gen module instead and run `cargo run --package enso-build-ci-gen`.
name: Nightly Release
on:
schedule:
- cron: 0 2 * * *
workflow_dispatch: {}
jobs:
promote-nightly:
name: Promote nightly
uses: ./.github/workflows/promote.yml
with:
designator: nightly
secrets: inherit
env:
ENSO_BUILD_SKIP_VERSION_CHECK: "true"