Skip to content

Commit a7b3fcb

Browse files
authored
Tag workflow names (#933)
Adding a tag using round brackets at the start of each workflow name makes it easier to differentiate the arm-toolchain workflows from the disabled LLVM workflows, and sorts them at the top of the actions list.
1 parent 9ff2c6b commit a7b3fcb

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# a matrix strategy. Each build+test pair runs as a separate job,
1313
# allowing for concurrency and clear traceability of failures.
1414

15-
name: ATfE Nightly Build and Test
15+
name: (ATfE) Nightly Build and Test
1616

1717
on:
1818
workflow_dispatch:

.github/workflows/atfe_post_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# It builds and tests the Arm Toolchain for Embedded (ATfE) to validate that the
1313
# merged changes do not introduce regressions and that the build remains stable.
1414

15-
name: ATfE Post-Merge
15+
name: (ATfE) Post-Merge
1616

1717
on:
1818
# Trigger when a pull request is closed

.github/workflows/atfe_pre_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# changes do not introduce regressions and that the build remains stable before
1212
# merging.
1313

14-
name: ATfE Pre-Merge
14+
name: (ATfE) Pre-Merge
1515

1616
on:
1717
# Trigger when a pull request is opened, updated, or reopened

.github/workflows/atfl_nightly_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# a matrix strategy. Each build+test pair runs as a separate job,
1313
# allowing for concurrency and clear traceability of failures.
1414

15-
name: ATfL Nightly Build and Test
15+
name: (ATfL) Nightly Build and Test
1616

1717
on:
1818
workflow_dispatch:

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow executes the automerge python script to automatically merge
22
# changes from the `main` branch of upstream LLVM into the `arm-software`
33
# branch of the arm/arm-toolchain repository.
4-
name: Automerge
4+
name: (arm-toolchain) Automerge
55
on:
66
workflow_run:
77
workflows: [Sync from Upstream LLVM]

.github/workflows/check_downstream_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# itself are part of the check.
1212
# The script requires the GitHub CLI to be available, and authenticated.
1313

14-
name: check-downstream-changes
14+
name: (arm-toolchain) check-downstream-changes
1515

1616
on:
1717
# Trigger whenever a pull request is opened or changed.

.github/workflows/sync_from_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow fetches changes from relevant branches from the
22
# llvm/llvm-project repository (upstream) into the corresponding branches
33
# in the arm/arm-toolchain repository (downstream), keeping them in sync.
4-
name: Sync from Upstream LLVM
4+
name: (arm-toolchain) Sync from Upstream LLVM
55
on:
66
schedule:
77
- cron: '0,30 * * * *'

0 commit comments

Comments
 (0)