From 63f67388c2657fc6c2412d6be40ba070da50824e Mon Sep 17 00:00:00 2001 From: Bruce Bujon Date: Thu, 19 Jun 2025 14:37:57 +0200 Subject: [PATCH] feat(ci): Add job name --- .github/workflows/run-system-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index 76e4f93bbf5..26381a5ed12 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -65,8 +65,9 @@ jobs: # Ensure the main job is run to completion check: + name: Check system tests success runs-on: ubuntu-latest needs: - main steps: - - run: exit + - run: exit 0