Skip to content

feat(worker): Added worker pool health check probe #19

feat(worker): Added worker pool health check probe

feat(worker): Added worker pool health check probe #19

Workflow file for this run

name: "worker-ci"
on:
push:
branches:
- "feat**"
- "fix**"
- "hotfix**"
- "chore**"
paths:
- "worker/**.go"
- "worker/go.mod"
- "worker/go.sum"
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
paths:
- "worker/**.go"
- "worker/go.mod"
- "worker/go.sum"
jobs:
ci:
uses: ./.github/workflows/common-ci.yml
secrets: inherit
with:
module: "worker"