Commit d018b2ba authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

ci: manifest: Trigger unconditionally



The GitHub Actions trigger-on-file-change mechanism may fail to trigger
for very large PRs (300+ files changed).

This commit updates the manifest workflow such that it runs on all pull
requests, regardless of whether `west.yml` is modified.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
parent 79f20ce4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
name: Manifest
on:
  pull_request_target:
    paths:
      - 'west.yml'

jobs:
  contribs: