diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 36ea2778..c18e42c9 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -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: diff --git a/.github/workflows/humble.yml b/.github/workflows/humble.yml index db46e326..2d410538 100644 --- a/.github/workflows/humble.yml +++ b/.github/workflows/humble.yml @@ -1,4 +1,4 @@ -name: humble +name: Industrial CI Humble on: push: diff --git a/.github/workflows/humble_documentation.yml b/.github/workflows/humble_documentation.yml index fb04666b..06200578 100644 --- a/.github/workflows/humble_documentation.yml +++ b/.github/workflows/humble_documentation.yml @@ -1,4 +1,4 @@ -name: HUMBLE Documentation +name: Documentation Humble # Controls when the workflow will run on: diff --git a/.github/workflows/iron.yml b/.github/workflows/iron.yml index 5b99389a..f21224ce 100644 --- a/.github/workflows/iron.yml +++ b/.github/workflows/iron.yml @@ -1,4 +1,4 @@ -name: iron +name: Industiral CI Iron on: push: diff --git a/.github/workflows/iron_documentation.yml b/.github/workflows/iron_documentation.yml index a8bcef2b..59f03908 100644 --- a/.github/workflows/iron_documentation.yml +++ b/.github/workflows/iron_documentation.yml @@ -1,4 +1,4 @@ -name: IRON Documentation +name: Documentation Iron # Controls when the workflow will run on: diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 1b252c74..94065799 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -1,4 +1,4 @@ -name: rolling +name: Industrial CI Rolling on: push: diff --git a/.github/workflows/rolling_documentation.yml b/.github/workflows/rolling_documentation.yml index 70428392..ee335cba 100644 --- a/.github/workflows/rolling_documentation.yml +++ b/.github/workflows/rolling_documentation.yml @@ -1,4 +1,4 @@ -name: ROLLING Documentation +name: Documentation Rolling # Controls when the workflow will run on: