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: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
79f20ce4d4
commit
d018b2ba67
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Manifest
|
||||
on:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- 'west.yml'
|
||||
|
||||
jobs:
|
||||
contribs:
|
||||
|
|
Loading…
Reference in a new issue