adds a nightly build action and build nightly rc from main

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2023-03-14 18:09:56 +01:00
parent 3ecf55bcf3
commit 204c53dcb2
2 changed files with 73 additions and 0 deletions

17
.github/workflows/rc_nightly.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: NATS Server Nightly RC
on:
workflow_dispatch: {}
schedule:
- cron: "40 4 * * *"
jobs:
rc_release:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/nightly-release
with:
go: "1.19"
branch: main
label: nightly-main