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
|
2022-08-28 15:44:10 +03:00
|
|
|
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: {}
|
2021-05-05 13:58:14 +03:00
|
|
|
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"
|