diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 49fe6ad6..4213b696 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -81,7 +81,7 @@ jobs: test: needs: [lint, deps_safety_check] - name: "[${{ matrix.os }}] Test PyFunceble with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -149,7 +149,7 @@ jobs: run_cli: needs: test - name: "[${{ matrix.os }}] Run PyFunceble with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -187,7 +187,7 @@ jobs: run_cli_mariadb: needs: test - name: "[${{ matrix.os }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -243,7 +243,7 @@ jobs: run_cli_postgresql: needs: test - name: "[${{ matrix.os }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 88bb6672..4b773384 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -77,7 +77,7 @@ jobs: test: needs: [lint, deps_safety_check] - name: "[${{ matrix.os }}] Test PyFunceble with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -146,7 +146,7 @@ jobs: run_cli: needs: test - name: "[${{ matrix.os }}] Run PyFunceble with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -184,7 +184,7 @@ jobs: run_cli_mariadb: needs: test - name: "[${{ matrix.os }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with mariadb) with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" @@ -240,7 +240,7 @@ jobs: run_cli_postgresql: needs: test - name: "[${{ matrix.os }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Run PyFunceble (with postgresql) with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}" diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index b8df26d3..5eb6f714 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -77,7 +77,7 @@ jobs: test: needs: [lint, deps_safety_check] - name: "[${{ matrix.os }}] Test PyFunceble with Python ${{ matrix.python_version }}" + name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Test PyFunceble with Python ${{ matrix.python_version }}" runs-on: "${{ matrix.os }}"