Skip to content

Commit

Permalink
chore: run make docs in ci when changing use case examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 21, 2023
1 parent 5b0478b commit 4562fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ jobs:
- tests/seeding/test_seeding.py
docs:
- docs/**
use_cases:
- use_case_examples/**
codeblocks:
- '**.md'
- '!.*/**'
Expand Down Expand Up @@ -543,6 +545,7 @@ jobs:
(
steps.changed-files-in-pr.outcome == 'skipped'
|| steps.changed-files-in-pr.outputs.docs_any_changed == 'true'
|| steps.changed-files-in-pr.outputs.use_cases_any_changed == 'true'
|| steps.changed-files-in-pr.outputs.src_any_changed == 'true'
|| steps.changed-files-in-pr.outputs.makefile_any_changed == 'true'
)
Expand Down

0 comments on commit 4562fc9

Please sign in to comment.