From d4d1771eb672a4ab767a683c412dd8a03b04b223 Mon Sep 17 00:00:00 2001 From: Maciek Kisiel Date: Tue, 3 Feb 2026 16:12:51 +0000 Subject: [PATCH] conformance: add the remaining client auth test to baseline.yml and trigger conformance tests automatically --- .github/workflows/conformance.yml | 7 +++---- conformance/baseline.yml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 66acdf85..332975cf 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -1,10 +1,9 @@ name: Conformance Tests on: - # TODO: enable automatic triggering when tested. - # push: - # branches: [main] - # pull_request: + push: + branches: [main] + pull_request: workflow_dispatch: concurrency: diff --git a/conformance/baseline.yml b/conformance/baseline.yml index 27d07d6e..d731cd1d 100644 --- a/conformance/baseline.yml +++ b/conformance/baseline.yml @@ -18,4 +18,5 @@ client: - auth/token-endpoint-auth-none - auth/client-credentials-jwt - auth/client-credentials-basic +- auth/pre-registration - sse-retry