[ci] Skip Cozystack tests on PRs that only change the docs

- Skip long workflows on PRs that only change files inside `./docs` directory.
- Not applicable to other docs in this repository, such as `packages/apps/**/*.md`,
  as they're part of the build.

Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
This commit is contained in:
Nick Volynkin
2025-07-01 16:26:46 +03:00
parent b3a2bc85e3
commit 0b85a52bee
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ name: "Releasing PR"
on:
pull_request:
types: [closed]
paths-ignore:
- 'docs/**/*'
# Cancel inflight runs for the same PR when a new push arrives.
concurrency:

View File

@@ -3,6 +3,8 @@ name: Pull Request
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- 'docs/**/*'
# Cancel inflight runs for the same PR when a new push arrives.
concurrency: