Skip to content

Commit

Permalink
CI: Improve job titles
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 27, 2024
1 parent 887f66f commit 49b5b82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

test:
needs: [lint, deps_safety_check]
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

run_cli:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:

run_cli_mariadb:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb)"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

run_cli_postgresql:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql)"

runs-on: "${{ matrix.os }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

test:
needs: [lint, deps_safety_check]
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

run_cli:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

run_cli_mariadb:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb)"

runs-on: "${{ matrix.os }}"

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

run_cli_postgresql:
needs: test
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql)"

runs-on: "${{ matrix.os }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

test:
needs: [lint, deps_safety_check]
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}"
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble"

runs-on: "${{ matrix.os }}"

Expand Down

0 comments on commit 49b5b82

Please sign in to comment.