Skip to content

Commit bf8a72c

Browse files
committed
🧪💅 Make the GHA workflow definition sparse
1 parent ece367c commit bf8a72c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ jobs:
483483
needs:
484484
- build
485485
- pre-setup # transitive, for accessing settings
486+
486487
strategy:
487488
matrix:
488489
runner-vm-os:
@@ -506,6 +507,7 @@ jobs:
506507
check-name:
507508
- ''
508509
fail-fast: false
510+
509511
uses: ./.github/workflows/reusable-tox.yml
510512
with:
511513
cache-key-files: >-
@@ -541,9 +543,11 @@ jobs:
541543

542544
tests:
543545
name: 🧪 Tests${{ '' }} # nest jobs under the same sidebar category
546+
544547
needs:
545548
- build
546549
- pre-setup # transitive, for accessing settings
550+
547551
strategy:
548552
matrix:
549553
python-version:

0 commit comments

Comments
 (0)