From b3c1e34c109b170e1f6429121032b4d096219e31 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 8 Dec 2023 22:02:08 -0500 Subject: [PATCH 1/2] Code change --- README.md | 4 +++- tests.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1f4b0c5..ae8b6e05c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The VA.gov CMS Team ### About the CMS -This repository hosts the source code for the _Content Management System_ (**CMS** or **CMS-API**) utilized by [VA.gov](https://www.va.gov). +This repository hosts the source code for the _Content Management System_ (**CMS** or **CMS-API**) utilized by [VA.gov](https://www.va.gov). The production instance can be found at [prod.cms.va.gov](https://prod.cms.va.gov/). Please note that access to the production CMS is limited; refer to [Getting Access](READMES/access.md) for more information. @@ -157,3 +157,5 @@ The **BRD** system builds Amazon server images using Ansible, and tags those ima The VFS team then deploys those images to the _staging_ and _production_ environments inside the VAEC when the release is ready. See [The BRD System: Build, Release, Deploy](READMES/brd.md) for more information. + +Hello world! \ No newline at end of file diff --git a/tests.yml b/tests.yml index 53957e4d9..fe67bd8c8 100644 --- a/tests.yml +++ b/tests.yml @@ -9,6 +9,8 @@ output: 'group' tasks: + # Hello world! + # Any changes to test names or additions or removals must be updated in # .github/workflows/set-tests-statuses.yml as well for the # test to be required effectively. From c9d407bdb726b712d2e7992136d3c39e566cd920 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 8 Dec 2023 22:47:57 -0500 Subject: [PATCH 2/2] Update tests.yml --- tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.yml b/tests.yml index fe67bd8c8..71a449b90 100644 --- a/tests.yml +++ b/tests.yml @@ -9,7 +9,7 @@ output: 'group' tasks: - # Hello world! + # Hello world! Hello again! # Any changes to test names or additions or removals must be updated in # .github/workflows/set-tests-statuses.yml as well for the