From d98c0ac540b8fc033b546bfe2f1dc177760c7d3f Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Fri, 29 Nov 2024 12:44:26 +0100 Subject: [PATCH] github workflow format check task name --- .github/workflows/checks.yml | 2 +- exasol/toolbox/templates/github/workflows/checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index efafb012c..2e7be5752 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -118,7 +118,7 @@ jobs: include-hidden-files: true Format: - name: Format Check (Python-${{ matrix.python-version }}) + name: Format Check 3.9 runs-on: ubuntu-latest steps: diff --git a/exasol/toolbox/templates/github/workflows/checks.yml b/exasol/toolbox/templates/github/workflows/checks.yml index 51cfc73ae..22cd2f3dd 100644 --- a/exasol/toolbox/templates/github/workflows/checks.yml +++ b/exasol/toolbox/templates/github/workflows/checks.yml @@ -124,7 +124,7 @@ jobs: include-hidden-files: true Format: - name: Format Check (Python-${{ matrix.python-version }}) + name: Format Check 3.9 runs-on: ubuntu-latest steps: