Commit 709da8a
committed
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: #12501 parent 40c640d commit 709da8a
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments