mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
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:
17
.github/workflows/rc_nightly.yaml
vendored
Normal file
17
.github/workflows/rc_nightly.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user