File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ check_tests_workflow() {
110110 if ! grep -q " ddev/github-action-add-on-test@v2" " $tests_yml " ; then
111111 actions+=(" $tests_yml should use 'ddev/github-action-add-on-test@v2', see upstream file $UPSTREAM /$tests_yml " )
112112 fi
113+ # Check for paths-ignore
114+ if ! grep -q " paths-ignore" " $tests_yml " ; then
115+ actions+=(" $tests_yml should have 'paths-ignore' for markdown, see upstream file $UPSTREAM /$tests_yml " )
116+ fi
113117 else
114118 actions+=(" $tests_yml is missing, see upstream file $UPSTREAM /$tests_yml " )
115119 fi
Original file line number Diff line number Diff line change 33 pull_request :
44 push :
55 branches : [ main ]
6+ paths-ignore :
7+ - " **.md"
68
79 schedule :
8- - cron : ' 25 08 * * *'
10+ - cron : ' 25 08 * * *'
911
1012 workflow_dispatch :
1113 inputs :
You can’t perform that action at this time.
0 commit comments