Skip to content

Commit bd207d3

Browse files
committed
Title updates
1 parent cdac111 commit bd207d3

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main_build-aspnetcore_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ASP.NET Core (with Reporting, publish to Azure)
1+
name: ASP.NET Core (with Reporting) - Azure
22

33
on:
44
workflow_dispatch:

.github/workflows/main_docker-aspnetcore.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Container Images [aspnetcore]
1+
name: ASP.NET Core (with Reporting) - Docker
22

33
on:
44
workflow_dispatch:
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v6
31-
with:
32-
fetch-depth: 0
3331

3432
- name: Set up QEMU for multi-arch support
3533
uses: docker/setup-qemu-action@v3

.github/workflows/main_docker-blazor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Container Images [blazor]
1+
name: Blazor (with Reporting) - Docker
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)