From a1f88acb389a6e8e0c60e64c53ce6c8028ba42de Mon Sep 17 00:00:00 2001 From: Alyssa Goins Date: Tue, 17 Feb 2026 14:41:49 -0500 Subject: [PATCH 1/2] temp update to re-run CI. Signed-off-by: Alyssa Goins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 633f9daabd4a..4e1e45b52226 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ## What is Argo Workflows? + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). From 00ef27137827d534645247d9f0dee1bac0b60e50 Mon Sep 17 00:00:00 2001 From: Alyssa Goins Date: Tue, 17 Feb 2026 15:12:28 -0500 Subject: [PATCH 2/2] temp update to re-run CI. Signed-off-by: Alyssa Goins --- test/e2e/fixtures/e2e_suite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/fixtures/e2e_suite.go b/test/e2e/fixtures/e2e_suite.go index 6b415cbc408c..eb1898bffb21 100644 --- a/test/e2e/fixtures/e2e_suite.go +++ b/test/e2e/fixtures/e2e_suite.go @@ -89,7 +89,7 @@ func (s *E2ESuite) TearDownSuite() { _, _ = fmt.Println(color.Ize(color.Yellow, fmt.Sprintf("=== SLOW TEST: %s", x))) } if s.T().Failed() { - s.T().Log("to learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally") + s.T().Log(" learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally") } }