Skip to content

Making workers-scale to accept custom metrics (#123) #48

Making workers-scale to accept custom metrics (#123)

Making workers-scale to accept custom metrics (#123) #48

Workflow file for this run

name: Release Workflow
on:
push:
tags:
- "*" # triggers only if push new tag version
jobs:
ci-tests:
uses: ./.github/workflows/ci-tests.yml
secrets: inherit
release-build:
uses: ./.github/workflows/gorelease.yml
needs: ci-tests
deploy-docs:
uses: ./.github/workflows/docs.yml
needs: ci-tests