cozystack/.github/workflows
IvanHunters 4b166e788a
fix(ci): unblock docs-only PRs by moving path filtering to job level
The pull-requests workflow used paths-ignore at the trigger level, which
prevented the entire workflow from running on docs-only PRs. This meant
the required "E2E Tests" check was never created, blocking merge for
non-admin users.

Replace trigger-level paths-ignore with a detect-changes job using
dorny/paths-filter. The workflow now always triggers (so checks are
always reported), but build and downstream jobs are skipped when only
docs files change.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-03-10 12:41:48 +01:00
..
auto-release.yaml fix(ci): remove GITHUB_TOKEN extraheader to trigger workflows 2026-01-02 21:10:12 +01:00
backport.yaml [ci] Update korthout/backport-action@v3.2.1 2025-12-09 14:34:37 +01:00
pre-commit.yml [mariadb] Add version management system with automated version updates 2025-12-02 00:36:00 +01:00
pull-requests-release.yaml fix(ci): ensure correct latest release after backport publishing 2026-01-04 10:31:31 +01:00
pull-requests.yaml fix(ci): unblock docs-only PRs by moving path filtering to job level 2026-03-10 12:41:48 +01:00
retest.yaml feat(ci): add /retest command to rerun tests from Prepare environment 2026-01-02 21:23:27 +01:00
tags.yaml ci: remove unused base_branch computation from changelog job 2026-02-05 22:00:38 +01:00
update-releasenotes.yaml [workflow] Add GitHub Action to update release notes from changelogs 2025-12-24 15:02:04 +01:00