
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Overview
Replace fkirc/skip-duplicate-actions in morango's four workflows following the Strategy in learningequality/.github#83.
Complexity: Low
Target branch: release-v0.9.x
The Change
check-docs.yml: no required check. Move its path list to native paths: and delete pre_job.
check_migrations_sqlite.yml, pre-commit.yml, tox.yml: swap fkirc for dorny/paths-filter in pre_job. Gated jobs keep their job-level if, and tox.yml keeps its required_checks aggregator.
check_migrations_sqlite.yml: drop the step-level should_skip checks inside migration_test, which its job-level if already covers.
Acceptance Criteria
AI usage
I used Claude Code to survey this repo's workflows and required checks, and to draft this issue. I chose the approach and reviewed it before filing.
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Overview
Replace
fkirc/skip-duplicate-actionsin morango's four workflows following the Strategy in learningequality/.github#83.Complexity: Low
Target branch: release-v0.9.x
The Change
check-docs.yml: no required check. Move its path list to nativepaths:and deletepre_job.check_migrations_sqlite.yml,pre-commit.yml,tox.yml: swap fkirc fordorny/paths-filterinpre_job. Gated jobs keep their job-levelif, andtox.ymlkeeps itsrequired_checksaggregator.check_migrations_sqlite.yml: drop the step-levelshould_skipchecks insidemigration_test, which its job-levelifalready covers.Acceptance Criteria
fkirc/skip-duplicate-actions.actionlintpasses on every changed workflow.AI usage
I used Claude Code to survey this repo's workflows and required checks, and to draft this issue. I chose the approach and reviewed it before filing.