Skip to content

Commit

Permalink
Run CI jobs for all directories: (#173)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mergify[bot] authored Jul 20, 2023
2 parents 5ec8970 + 2e5b099 commit fc8ee64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: For each PR and Push
on:
pull_request:
paths-ignore:
- kernel/**
push:
paths-ignore:
- kernel/**
jobs:
validation:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fc8ee64

Please sign in to comment.