mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
18 lines
291 B
YAML
18 lines
291 B
YAML
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
|