Skip to content

Commit

Permalink
Merge branch 'main' into SIG-2095
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 authored Dec 26, 2024
2 parents ba45dde + 14096f8 commit 42206c9
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 42206c9

Please sign in to comment.