Skip to content

Commit 50d1e5f

Browse files
authored
MINOR: make capitalization of CI jobs consistent (#2333)
1 parent 87b19f8 commit 50d1e5f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/cancel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# Attempt to cancel stale workflow runs to save github actions runner time
19-
name: Cancel stale runs
19+
name: cancel
2020

2121
on:
2222
workflow_run:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Coverage
18+
name: coverage
1919

2020
# Trigger only on pushes to master, not pull requests
2121
on:

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Dev
18+
name: dev
1919

2020
# trigger for all PRs and changes to master
2121
on:
@@ -43,7 +43,7 @@ jobs:
4343
run: ./dev/release/run-rat.sh .
4444

4545
prettier:
46-
name: Use prettier to check formatting of markdown documents
46+
name: Markdown format
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2

.github/workflows/dev_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Dev PR
18+
name: dev_pr
1919

2020
# Trigger whenever a PR is changed (title as well as new / changed commits)
2121
on:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Docs
18+
name: docs
1919

2020
# trigger for all PRs and changes to master
2121
on:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Integration
18+
name: integration
1919

2020
# trigger for all PRs that touch certain files and changes to master
2121
on:

.github/workflows/miri.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: MIRI
18+
name: miri
1919

2020
# trigger for all PRs that touch certain files and changes to master
2121
on:

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# tests for workspace wide
19-
name: Rust
18+
# workspace wide tests
19+
name: rust
2020

2121
# trigger for all PRs and changes to master
2222
on:

0 commit comments

Comments
 (0)