Skip to content

Commit 5dea755

Browse files
authored
Rename actions (#1253)
This pull request simplifies the naming convention for GitHub Actions workflows by removing verbose descriptive text and standardizing the format. The changes make workflow names more concise while maintaining clear identification of the target platform and trigger type. - Shortened workflow names by removing "Push to Branches" suffix - Standardized case formatting for ARM64 architecture (ARM64 → arm64) - Maintained descriptive suffixes only where necessary (Pull Request workflows) Fix: #1250
1 parent fa17348 commit 5dea755

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux-arm64-pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux ARM64 - Pull Request
1+
name: Linux arm64 - Pull Request
22

33
on:
44
pull_request:

.github/workflows/linux-arm64-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux ARM64 - Push to Branches
1+
name: Linux arm64
22

33
on:
44
push:

.github/workflows/linux-x64-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux x64 - Push to Branches
1+
name: Linux x64
22

33
on:
44
push:

.github/workflows/windows-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows - Push to Branches
1+
name: Windows
22

33
on:
44
push:

0 commit comments

Comments
 (0)