Skip to content

Commit

Permalink
github workflow format check task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Nov 29, 2024
1 parent 2449410 commit d98c0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d98c0ac

Please sign in to comment.