From 0127506720647bf8ffdc346cc2390affe484caa3 Mon Sep 17 00:00:00 2001 From: tpag2000 <79011483+tpag2000@users.noreply.github.com> Date: Fri, 9 Jan 2026 07:51:53 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e360a..7135549 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# testing-is-testing \ No newline at end of file +# testing-is-testing + +Just testing GitHub workflows and settings. From 0221e4c7e12ad658908a07ed6ed2fd9c48c4cbd1 Mon Sep 17 00:00:00 2001 From: tpag2000 <79011483+tpag2000@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:21:25 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7135549..117f756 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # testing-is-testing Just testing GitHub workflows and settings. +Workflow testing From 4c7027dd6a746d15cccf8cfa3e0c40fa2c56d263 Mon Sep 17 00:00:00 2001 From: tpag2000 <79011483+tpag2000@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:31:23 -0600 Subject: [PATCH 3/3] Update base_ci_workflow.yml --- .github/workflows/base_ci_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base_ci_workflow.yml b/.github/workflows/base_ci_workflow.yml index 3de989b..d3ac77c 100644 --- a/.github/workflows/base_ci_workflow.yml +++ b/.github/workflows/base_ci_workflow.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + pre-merge-sanity: # The type of runner that the job will run on runs-on: ubuntu-latest