Skip to content

Commit b9e9d4a

Browse files
committed
CI: Simplify Actions names
To make it easier to reference badges, simplify the actions names Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 01fb32f commit b9e9d4a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ci/actions-templates/centos-fmt-clippy-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is ci/actions-templates/centos-fmt-clippy.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Centos checks, formatting, clippy, and shellcheck, of Rustup
4+
name: General Checks
55

66
on:
77
pull_request:

ci/actions-templates/linux-builds-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This is ci/actions-templates/linux-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Linux-hosted builds of Rustup (PR) # skip-master skip-stable
5-
name: Linux-hosted builds of Rustup (master) # skip-pr skip-stable
6-
name: Linux-hosted builds of Rustup (stable) # skip-master skip-pr
4+
name: Linux (PR) # skip-master skip-stable
5+
name: Linux (master) # skip-pr skip-stable
6+
name: Linux (stable) # skip-master skip-pr
77

88
on:
99
pull_request: # skip-master skip-stable

ci/actions-templates/macos-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is ci/actions-templates/macos-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Mac OS builds of Rustup
4+
name: Mac OS
55
on:
66
pull_request:
77
branches:

ci/actions-templates/windows-builds-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This is ci/actions-templates/windows-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Windows builds of Rustup (PR) # skip-master skip-stable
5-
name: Windows builds of Rustup (master) # skip-pr skip-stable
6-
name: Windows builds of Rustup (stable) # skip-master skip-pr
4+
name: Windows (PR) # skip-master skip-stable
5+
name: Windows (master) # skip-pr skip-stable
6+
name: Windows (stable) # skip-master skip-pr
77

88
on:
99
pull_request: # skip-master skip-stable

0 commit comments

Comments
 (0)