From a42d679f2f28e6e96296bcea9c6a8613ff869dd9 Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:32:12 -0400 Subject: [PATCH] minor CI format update --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ded7b4f..a1c58c3 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -87,7 +87,7 @@ jobs: create-issue-when-fault: runs-on: ubuntu-latest - needs: [test, preset-test] + needs: [preset-test, test] if: failure() && github.event_name == 'schedule' steps: # See https://github.com/cli/cli/issues/5075