Skip to content

Commit 7bfaf5a

Browse files
ricardozaninimatthias-pichler
authored andcommitted
[NO-ISSUE] Fix: Change CI to always kick validation
Since we have branch protection that requires a successful validation run, we should always turn it to run despite the changes in a given PR. Signed-off-by: Matthias Pichler <[email protected]>
1 parent 3ada408 commit 7bfaf5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/schema-check.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ on:
2929
- 'examples/**'
3030
pull_request:
3131
branches: [ "main" ]
32-
paths:
33-
- 'schema/**'
34-
- 'examples/**'
35-
3632
jobs:
3733
build:
3834
defaults:

0 commit comments

Comments
 (0)