Skip to content

Commit 147387d

Browse files
fix: Remove version suffix from job names in workflow files
1 parent 55154d5 commit 147387d

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deployment orchestrator v2
1+
name: Deployment orchestrator
22

33
on:
44
workflow_call:

.github/workflows/job-cleanup-deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Cleanup Deployment Job v2
2-
1+
name: Cleanup Deployment Job
32
on:
43
workflow_call:
54
inputs:

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Steps - Linux v2
1+
name: Deploy Steps - Linux
22

33
on:
44
workflow_call:

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Steps - Windows v2
1+
name: Deploy Steps - Windows
22

33
on:
44
workflow_call:

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Job v2
1+
name: Deploy Job
22

33
on:
44
workflow_call:

.github/workflows/job-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Build Job v2
1+
name: Docker Build Job
22

33
on:
44
workflow_call:

.github/workflows/job-send-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Send Notification Job v2
1+
name: Send Notification Job
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)