Skip to content

Commit d37b031

Browse files
sanitycheck_tests.yml: Add itself to path filter
So build is run when sanitycheck_tests.yml is changed. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 352685e commit d37b031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sanitycheck_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
- 'scripts/pylib/twister/**'
1010
- 'scripts/twister'
1111
- 'scripts/tests/twister/**'
12+
- '.github/workflows/sanitycheck_tests.yml'
1213
pull_request:
1314
paths:
1415
- 'scripts/pylib/twister/**'
1516
- 'scripts/twister'
1617
- 'scripts/tests/twister/**'
18+
- '.github/workflows/sanitycheck_tests.yml'
1719

1820
jobs:
1921
build:

0 commit comments

Comments
 (0)