* [LTP] [PATCH] ci: revert "Run sphinx test only when files changed"
@ 2025-06-17 6:51 Andrea Cervesato
2025-06-17 6:57 ` Cyril Hrubis
0 siblings, 1 reply; 3+ messages in thread
From: Andrea Cervesato @ 2025-06-17 6:51 UTC (permalink / raw)
To: ltp
From: Andrea Cervesato <andrea.cervesato@suse.com>
Revert 180bc2bb9 in order to build documentation when pushing
to the master branch.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
.github/workflows/ci-sphinx-doc.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci-sphinx-doc.yml b/.github/workflows/ci-sphinx-doc.yml
index e77c766871b98114417dc7d8d1cb108afe885735..457aa5a2355d1d93db243090ca31b1c634338b25 100644
--- a/.github/workflows/ci-sphinx-doc.yml
+++ b/.github/workflows/ci-sphinx-doc.yml
@@ -5,7 +5,8 @@ name: "Test building sphinx doc"
on:
push:
- paths: ['doc/**']
+ branches:
+ - master
pull_request:
paths: ['doc/**']
---
base-commit: 2bce711e96004e619d51170302bf7ce9162f1231
change-id: 20250617-ci_docs_build_fix-1f2f976a897d
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [LTP] [PATCH] ci: revert "Run sphinx test only when files changed"
2025-06-17 6:51 [LTP] [PATCH] ci: revert "Run sphinx test only when files changed" Andrea Cervesato
@ 2025-06-17 6:57 ` Cyril Hrubis
2025-06-17 6:59 ` Andrea Cervesato via ltp
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2025-06-17 6:57 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: ltp
Hi!
> Revert 180bc2bb9 in order to build documentation when pushing
> to the master branch.
Maybe add a note here that the test catalog and statistics has to be
rebuild on each push.
Otherwise:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> .github/workflows/ci-sphinx-doc.yml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.github/workflows/ci-sphinx-doc.yml b/.github/workflows/ci-sphinx-doc.yml
> index e77c766871b98114417dc7d8d1cb108afe885735..457aa5a2355d1d93db243090ca31b1c634338b25 100644
> --- a/.github/workflows/ci-sphinx-doc.yml
> +++ b/.github/workflows/ci-sphinx-doc.yml
> @@ -5,7 +5,8 @@ name: "Test building sphinx doc"
>
> on:
> push:
> - paths: ['doc/**']
> + branches:
> + - master
> pull_request:
> paths: ['doc/**']
>
>
> ---
> base-commit: 2bce711e96004e619d51170302bf7ce9162f1231
> change-id: 20250617-ci_docs_build_fix-1f2f976a897d
>
> Best regards,
> --
> Andrea Cervesato <andrea.cervesato@suse.com>
>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-17 7:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 6:51 [LTP] [PATCH] ci: revert "Run sphinx test only when files changed" Andrea Cervesato
2025-06-17 6:57 ` Cyril Hrubis
2025-06-17 6:59 ` Andrea Cervesato via ltp
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.