mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
15 lines
281 B
YAML
15 lines
281 B
YAML
name: Nightly Release
|
|
on:
|
|
schedule:
|
|
- cron: 0 5 * * 2-6
|
|
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"
|