diff --git a/.gds/repository.yaml b/.gds/repository.yaml index 3b987bc..6280ce8 100644 --- a/.gds/repository.yaml +++ b/.gds/repository.yaml @@ -51,6 +51,7 @@ verification: test: ["go test -race ./..."] build: ["go build ./cmd/agent-runtime"] required: ["lint", "test", "build"] + required_contexts: ["Gate"] agent: context_profile: "project-default"