From 70a5fd56c73eebfa0bfc84fc0991a933d6e758f4 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:35:05 +0200 Subject: [PATCH] ci: rename heavy CI result to be part of the merge_group required status checks Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/ci-heavy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index 98a25a77..25957adc 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -256,7 +256,7 @@ jobs: run: cargo hack check --rust-version -p ${{ matrix.crate }} result: - name: Result (CI-heavy) + name: Result (CI) runs-on: ubuntu-latest needs: - docs