Skip to content

Feature/customize probe settings in pod spec #133

Feature/customize probe settings in pod spec

Feature/customize probe settings in pod spec #133

Workflow file for this run

name: Make run tests
on:
pull_request:
types:
- opened
- labeled
- synchronize
jobs:
build:
# Pull request has label 'ok-to-test' or the author is a member of the organization
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') || contains(fromJSON('["COLLABORATOR", "MEMBER", "OWNER"]'), github.event.pull_request.author_association)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.1
- run: make test