Skip to content

Commit 92d515d

Browse files
committed
CI: Run gen-workflows for the new actions names
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent b9e9d4a commit 92d515d

8 files changed

+8
-8
lines changed

.github/workflows/centos-fmt-clippy-on-all.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:

.github/workflows/linux-builds-on-master.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/linux-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Linux-hosted builds of Rustup (master) # skip-pr skip-stable
4+
name: Linux (master) # skip-pr skip-stable
55

66
on:
77
push: # skip-pr

.github/workflows/linux-builds-on-pr.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/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
4+
name: Linux (PR) # skip-master skip-stable
55

66
on:
77
pull_request: # skip-master skip-stable

.github/workflows/linux-builds-on-stable.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/linux-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Linux-hosted builds of Rustup (stable) # skip-master skip-pr
4+
name: Linux (stable) # skip-master skip-pr
55

66
on:
77
push: # skip-pr

.github/workflows/macos-builds-on-all.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:

.github/workflows/windows-builds-on-master.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/windows-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Windows builds of Rustup (master) # skip-pr skip-stable
4+
name: Windows (master) # skip-pr skip-stable
55

66
on:
77
push: # skip-pr

.github/workflows/windows-builds-on-pr.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/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
4+
name: Windows (PR) # skip-master skip-stable
55

66
on:
77
pull_request: # skip-master skip-stable

.github/workflows/windows-builds-on-stable.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/windows-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Windows builds of Rustup (stable) # skip-master skip-pr
4+
name: Windows (stable) # skip-master skip-pr
55

66
on:
77
push: # skip-pr

0 commit comments

Comments
 (0)