about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjyn <jyn.nelson@redjack.com>2023-04-02 17:48:12 -0400
committerjyn <jyn.nelson@redjack.com>2023-04-02 17:58:08 -0400
commit423e76f1ddf2ffeec4235b09946f563d3ddb6004 (patch)
tree5fe2eff8bd7749420e51f830c6262cb0149be680 /.github/workflows
parenteb3e9c1f45981b47160543cfd882ca00e69bbfab (diff)
downloadrust-423e76f1ddf2ffeec4235b09946f563d3ddb6004.tar.gz
rust-423e76f1ddf2ffeec4235b09946f563d3ddb6004.zip
Improve job names in Github Actions preview
Before: `CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)`
After: `CI / PR - mingw-check (pull_request)`
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b45246eb4ea..a917d9a7d55 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
   pr:
     permissions:
       actions: write
-    name: PR
+    name: "PR - ${{ matrix.name }}"
     env:
       CI_JOB_NAME: "${{ matrix.name }}"
       CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
@@ -159,7 +159,7 @@ jobs:
   auto:
     permissions:
       actions: write
-    name: auto
+    name: "auto - ${{ matrix.name }}"
     env:
       CI_JOB_NAME: "${{ matrix.name }}"
       CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
@@ -578,7 +578,7 @@ jobs:
   try:
     permissions:
       actions: write
-    name: try
+    name: "try - ${{ matrix.name }}"
     env:
       CI_JOB_NAME: "${{ matrix.name }}"
       CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse