Skip to content

Commit

Permalink
Readable CI naming
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellmann Santos <[email protected]>
  • Loading branch information
Christoph Hellmann Santos committed Jun 22, 2023
1 parent a12c803 commit 6c14215
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a format job. Pre-commit has a first-party GitHub action, so we use
# that: https://github.com/pre-commit/action

name: Format
name: Pre-commit Format

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: humble
name: Industrial CI Humble

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: HUMBLE Documentation
name: Documentation Humble

# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: iron
name: Industiral CI Iron

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IRON Documentation
name: Documentation Iron

# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rolling
name: Industrial CI Rolling

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ROLLING Documentation
name: Documentation Rolling

# Controls when the workflow will run
on:
Expand Down

0 comments on commit 6c14215

Please sign in to comment.