From f5bb772429c7627694496ee6ca51188c75ce2fea Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 26 Jan 2024 11:31:13 +0800 Subject: [PATCH] Update README.md --- .github/workflows/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 8255dd210821..0581c80b2940 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -12,6 +12,13 @@ subgraph CleanUp and Summary PartN-22.04-->CleanUp+nice+Summary end +subgraph Sanity and zloop Testings + sanity-checks-20.04-->functional-testing-20.04 + sanity-checks-22.04-->functional-testing-22.04 + zloop-checks-20.04-->functional + zloop-checks-22.04-->functional +end + subgraph Functional Testings functional-testing-20.04-->Part1-20.04 functional-testing-20.04-->Part2-20.04 @@ -21,13 +28,6 @@ subgraph Functional Testings functional-testing-22.04-->PartN-22.04 end -subgraph Sanity and zloop Testings - sanity-checks-20.04-->functional-testing-20.04 - sanity-checks-22.04-->functional-testing-22.04 - zloop-checks-20.04-->functional - zloop-checks-22.04-->functional -end - subgraph Code Checking + Building codeql.yml checkstyle.yml