Skip to content

Commit d018b2b

Browse files
committed
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 <[email protected]>
1 parent 79f20ce commit d018b2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/manifest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Manifest
22
on:
33
pull_request_target:
4-
paths:
5-
- 'west.yml'
64

75
jobs:
86
contribs:

0 commit comments

Comments
 (0)