From af0d2e63e0c1b5b1e8b6a047437dfedc09a324b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=20F=20S=20Bacci?= Date: Fri, 24 Jul 2026 15:34:04 -0300 Subject: [PATCH 1/2] First change. --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 287e9fa701..9a36bdaf30 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ -This repository contains the base source files and tools for converting -PHP's documentation, written in DocBook XML, into various presentation -formats like HTML and RTF. -Documentation for the tools used for building the PHP documentation and -how to contribute to the documentation and translations can be found in -[the `docs` directory](docs/README.md). +This is a test only branch/PR, with the objective of studying ways to make Github CIs to *not* ignore posterior changes on main/master. -If you just want to read the documentation for PHP, look at: -https://www.php.net/docs.php +DO NOT MERGE. + +The doc-base history before branching: + +``` +commit c45b8a3d6085b8b18a0938e5ac571403da5541ed master HEAD +commit 982980a58b8b05b5cbdb832aa426a5b29df77a46 +commit 9391318e46e6fdd09721a9f5e3553089e4382009 <- branch from here +commit 4555190558990db31583a997bfa010d1823d1cae +commit d9e120747d082ae07c1e924b4f85e8bede7f680a older +``` + +The branching was intentionally done in the past of master to test a secondary question: future commits on master HEAD changes anything in GH actions/checkout? + +Changed README.md, added, committed and then PR opened. From 75437e67f57ec01d91fc553e9440a019b487eb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=20F=20S=20Bacci?= Date: Sun, 26 Jul 2026 11:50:27 -0300 Subject: [PATCH 2/2] Second change. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9a36bdaf30..e72ed7ac8b 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,3 @@ This is a test only branch/PR, with the objective of studying ways to make Github CIs to *not* ignore posterior changes on main/master. DO NOT MERGE. - -The doc-base history before branching: - -``` -commit c45b8a3d6085b8b18a0938e5ac571403da5541ed master HEAD -commit 982980a58b8b05b5cbdb832aa426a5b29df77a46 -commit 9391318e46e6fdd09721a9f5e3553089e4382009 <- branch from here -commit 4555190558990db31583a997bfa010d1823d1cae -commit d9e120747d082ae07c1e924b4f85e8bede7f680a older -``` - -The branching was intentionally done in the past of master to test a secondary question: future commits on master HEAD changes anything in GH actions/checkout? - -Changed README.md, added, committed and then PR opened.