Skip to content

Commit 2e5b099

Browse files
Run CI jobs for all directories:
This works around an issue where a change in the kernel/ directory doesnt trigger the required validation check in GitHub. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent 5ec8970 commit 2e5b099

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)