enso/.github/workflows/nightly.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
430 B
YAML
Raw Normal View History

2023-01-27 03:09:09 +03:00
# 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`.
2022-07-01 04:58:14 +03:00
name: Nightly Release
on:
2022-02-21 18:09:48 +03:00
schedule:
2023-05-15 05:05:08 +03:00
- cron: 0 2 * * *
2022-07-01 04:58:14 +03:00
workflow_dispatch: {}
jobs:
2022-12-02 04:56:22 +03:00
promote-nightly:
name: Promote nightly
uses: ./.github/workflows/promote.yml
with:
designator: nightly
secrets: inherit
2022-07-01 04:58:14 +03:00
env:
ENSO_BUILD_SKIP_VERSION_CHECK: "true"