Skip to content

SKS-1717: Stop rolling out more CP VM when the placement group is ful… #530

SKS-1717: Stop rolling out more CP VM when the placement group is ful…

SKS-1717: Stop rolling out more CP VM when the placement group is ful… #530

Workflow file for this run

name: build
on:
push:
branches:
- main
- master
- release-*
tags:
- v*
pull_request:
branches:
- main
- master
- release-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: make lint
- run: make test
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}