mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 17:35:55 +08:00
ci(releaser): github workflow for signoz releases (#6719)
### Summary - github workflow for automated SigNoz releases Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
d2aa1cf06e
commit
14096f8d53
16
.github/workflows/releaser.yaml
vendored
Normal file
16
.github/workflows/releaser.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: releaser
|
||||||
|
|
||||||
|
on:
|
||||||
|
# schedule every wednesday 9:30 AM UTC (3pm IST)
|
||||||
|
schedule:
|
||||||
|
- cron: '30 9 * * 3'
|
||||||
|
|
||||||
|
# allow manual triggering of the workflow by a maintainer with no inputs
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
releaser:
|
||||||
|
uses: signoz/primus.workflows/.github/workflows/releaser-signoz.yaml@feat/releaser-signoz
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
PRIMUS_REF: feat/signoz-releaser
|
Loading…
x
Reference in New Issue
Block a user