From bf6be44dae35f731628136cdaa36939d7b4003dc Mon Sep 17 00:00:00 2001 From: bitliu Date: Tue, 12 Sep 2023 10:58:38 +0800 Subject: [PATCH] :art: Update Signed-off-by: bitliu --- .github/workflows/experimental_conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/experimental_conformance.yaml b/.github/workflows/experimental_conformance.yaml index 9c1b364c42f..8ed829e416c 100644 --- a/.github/workflows/experimental_conformance.yaml +++ b/.github/workflows/experimental_conformance.yaml @@ -6,7 +6,7 @@ on: pull_request: paths: - 'charts/gateway-helm/crds/gatewayapi-crds.yaml' - - 'test/conformance/' + - 'test/conformance/*.go' # Add workflow_dispatch to trigger this workflow manually by maintainers. workflow_dispatch: