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: