From 2c1b3dbac634c2486a6e98e0b036aa9d99cff311 Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:06:18 -0400 Subject: [PATCH] fix(comment): Fix comment in `tests.yml` --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26de19d8f10..66afd52f093 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,9 @@ # As the Wokwi tests require access to secrets, they are run in a separate workflow. # We need to ensure that the artifacts from previous tests in the chain are propagated for publishing the results. # This is the current trigger sequence for the tests: -# tests.yml -> tests_wokwi.yml -> tests_results.yml +# tests.yml +# ⌙> tests_wokwi.yml +# ⌙> tests_results.yml # ⌙> tests_build.yml # ⌙> tests_hw.yml # ⌙> tests_qemu.yml