Skip to content

Commit fc8ee64

Browse files
authored
Run CI jobs for all directories: (#173)
## Description This works around an issue where a change in the `kernel/` directory doesn't trigger the required validation check in GitHub. ## Why is this needed Fixes: #145 ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 5ec8970 + 2e5b099 commit fc8ee64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: For each PR and Push
22
on:
33
pull_request:
4-
paths-ignore:
5-
- kernel/**
64
push:
7-
paths-ignore:
8-
- kernel/**
95
jobs:
106
validation:
117
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)