From 61fd5040a6c56e9d471507088f53e1e4a987c41c Mon Sep 17 00:00:00 2001 From: shivaji-dgraph Date: Wed, 18 Dec 2024 17:52:22 +0530 Subject: [PATCH] add specific suite name --- .github/workflows/ci-dgraph-core-tests.yml | 2 +- .github/workflows/ci-dgraph-systest-tests.yml | 2 +- .github/workflows/ci-dgraph-vector-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-dgraph-core-tests.yml b/.github/workflows/ci-dgraph-core-tests.yml index d2ec5ee9f71..b2362a873dd 100644 --- a/.github/workflows/ci-dgraph-core-tests.yml +++ b/.github/workflows/ci-dgraph-core-tests.yml @@ -1,4 +1,4 @@ -name: ci-dgraph-tests +name: ci-dgraph-core-tests on: pull_request: paths: diff --git a/.github/workflows/ci-dgraph-systest-tests.yml b/.github/workflows/ci-dgraph-systest-tests.yml index 4b34581e641..674949d3914 100644 --- a/.github/workflows/ci-dgraph-systest-tests.yml +++ b/.github/workflows/ci-dgraph-systest-tests.yml @@ -1,4 +1,4 @@ -name: ci-dgraph-tests +name: ci-dgraph-system-tests on: pull_request: paths: diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index 1f48616358b..60d71e6ae45 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -1,4 +1,4 @@ -name: ci-dgraph-tests +name: ci-dgraph-vector-tests on: pull_request: paths: