Skip to content

feat: Added custom label and annotations to the pods of the server, repo, application set controller, and application controller #3352

feat: Added custom label and annotations to the pods of the server, repo, application set controller, and application controller

feat: Added custom label and annotations to the pods of the server, repo, application set controller, and application controller #3352

Workflow file for this run

name: Go
on:
push:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
pull_request:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: make build
- name: Test
run: make test