Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/atfe_nightly_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# a matrix strategy. Each build+test pair runs as a separate job,
# allowing for concurrency and clear traceability of failures.

name: ATfE Nightly Build and Test
name: (ATfE) Nightly Build and Test

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/atfe_post_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# It builds and tests the Arm Toolchain for Embedded (ATfE) to validate that the
# merged changes do not introduce regressions and that the build remains stable.

name: ATfE Post-Merge
name: (ATfE) Post-Merge

on:
# Trigger when a pull request is closed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/atfe_pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# changes do not introduce regressions and that the build remains stable before
# merging.

name: ATfE Pre-Merge
name: (ATfE) Pre-Merge

on:
# Trigger when a pull request is opened, updated, or reopened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/atfl_nightly_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# a matrix strategy. Each build+test pair runs as a separate job,
# allowing for concurrency and clear traceability of failures.

name: ATfL Nightly Build and Test
name: (ATfL) Nightly Build and Test

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow executes the automerge python script to automatically merge
# changes from the `main` branch of upstream LLVM into the `arm-software`
# branch of the arm/arm-toolchain repository.
name: Automerge
name: (arm-toolchain) Automerge
on:
workflow_run:
workflows: [Sync from Upstream LLVM]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_downstream_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# itself are part of the check.
# The script requires the GitHub CLI to be available, and authenticated.

name: check-downstream-changes
name: (arm-toolchain) check-downstream-changes

on:
# Trigger whenever a pull request is opened or changed.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_from_upstream.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow fetches changes from relevant branches from the
# llvm/llvm-project repository (upstream) into the corresponding branches
# in the arm/arm-toolchain repository (downstream), keeping them in sync.
name: Sync from Upstream LLVM
name: (arm-toolchain) Sync from Upstream LLVM
on:
schedule:
- cron: '0,30 * * * *'
Expand Down