Skip to content

Commit

Permalink
ci(releaser): github workflow for signoz releases
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Dec 26, 2024
1 parent d2aa1cf commit e408459
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e408459

Please sign in to comment.