Skip to content

Commit 4e1d75a

Browse files
committed
chore(ci): improved job naming
1 parent d4462ba commit 4e1d75a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
permissions:
2020
repository-projects: read
2121
jobs:
22-
build-linux:
22+
tests:
2323

2424
runs-on: ${{ matrix.os }}
2525
strategy:
@@ -336,7 +336,7 @@ jobs:
336336
# Notify only once - when CI completes (and after deploy) in case it's successful
337337
notify-complete:
338338
needs: [
339-
build-linux,
339+
tests,
340340
build-windows,
341341
docs-check,
342342
mypy-version-check,
@@ -369,7 +369,7 @@ jobs:
369369

370370
build:
371371
name: "Build"
372-
needs: [ build-linux, build-windows, docs-check, mypy-version-check, pre-commit ]
372+
needs: [ tests, build-windows, docs-check, mypy-version-check, pre-commit ]
373373
runs-on: ubuntu-22.04
374374

375375
steps:
@@ -467,7 +467,7 @@ jobs:
467467
docker-build:
468468
name: "Docker Build and Deploy"
469469
needs: [
470-
build-linux,
470+
tests,
471471
build-windows,
472472
docs-check,
473473
mypy-version-check,

0 commit comments

Comments
 (0)