From 8093b8728ea1e01e705a42e6d93a05970eee90c6 Mon Sep 17 00:00:00 2001 From: Angel Pastor Date: Fri, 13 Feb 2026 11:20:45 +0000 Subject: [PATCH 1/2] build docs when is main --- .github/workflows/stage-3-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index 223fecd17..1a90553d1 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -67,7 +67,8 @@ jobs: if: | needs.detect-doc-changes.outputs.docs_changed == 'true' || needs.detect-doc-changes.outputs.schemas_changed == 'true' || - needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' + needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' || + github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest timeout-minutes: 15 permissions: From b5c317a01a838c4365c96cd0f7e40e9fa8c9207a Mon Sep 17 00:00:00 2001 From: Angel Pastor Date: Fri, 13 Feb 2026 11:52:09 +0000 Subject: [PATCH 2/2] DELETE: test that builds the artifact --- .github/workflows/stage-3-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index 1a90553d1..76ad3e830 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -68,7 +68,7 @@ jobs: needs.detect-doc-changes.outputs.docs_changed == 'true' || needs.detect-doc-changes.outputs.schemas_changed == 'true' || needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' || - github.event_name == 'push' && github.ref == 'refs/heads/main' + github.event_name == 'push' && github.ref == 'refs/heads/feature/publish-test' runs-on: ubuntu-latest timeout-minutes: 15 permissions: