From f5753f654ce165e4cf50a2c96bd33abe23feecf7 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Mon, 5 May 2025 13:13:05 +0200 Subject: [PATCH] Update workflow names (#771) --- .github/workflows/dotnet-e2e-tests.yml | 3 ++- .github/workflows/dotnet-integration-tests.yml | 2 +- .github/workflows/dotnet-unit-tests.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-e2e-tests.yml b/.github/workflows/dotnet-e2e-tests.yml index 083406ad4..7de31b7c6 100644 --- a/.github/workflows/dotnet-e2e-tests.yml +++ b/.github/workflows/dotnet-e2e-tests.yml @@ -1,4 +1,5 @@ -name: .NET E2E Tests (with Sharding) +# This workflow will test if running the e2e tests works. +name: E2E Tests on: push: diff --git a/.github/workflows/dotnet-integration-tests.yml b/.github/workflows/dotnet-integration-tests.yml index 46c9fda76..3eb39ff8a 100644 --- a/.github/workflows/dotnet-integration-tests.yml +++ b/.github/workflows/dotnet-integration-tests.yml @@ -1,5 +1,5 @@ # This workflow will test if running the integration tests works. -name: .NET Integration Tests +name: Integration Tests on: push: diff --git a/.github/workflows/dotnet-unit-tests.yml b/.github/workflows/dotnet-unit-tests.yml index 12b9f39b3..fae23d65d 100644 --- a/.github/workflows/dotnet-unit-tests.yml +++ b/.github/workflows/dotnet-unit-tests.yml @@ -1,5 +1,5 @@ # This workflow will test if running the unit tests works. -name: .NET Unit Tests +name: Unit Tests on: push: