diff --git a/.github/workflows/releaser.yaml b/.github/workflows/releaser.yaml new file mode 100644 index 0000000000..3da9ece7ee --- /dev/null +++ b/.github/workflows/releaser.yaml @@ -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