edit names more

This commit is contained in:
AUTOMATIC1111 2023-07-14 10:07:08 +03:00
parent 714c920c20
commit 62e3263467
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
lint-python:
name: Python linter
name: ruff
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
@ -24,7 +24,7 @@ jobs:
- name: Run Ruff
run: ruff .
lint-js:
name: Javascript linter
name: eslint
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:

View File

@ -6,7 +6,7 @@ on:
jobs:
test:
name: Tests on CPU with empty model
name: tests on CPU with empty model
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps: