ci: force changes to vlib/x/json2 to trigger the full sanitized checks (the implementation there uses unsafe blocks and vmemcmp/3...)

This commit is contained in:
Delyan Angelov 2025-07-26 16:57:00 +03:00
parent b511f2239e
commit f719c2cbe3
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -41,6 +41,8 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
- 'vlib/x/json2/**.v'
- 'vlib/x/json2/decoder2/**.v'
- '**/sanitized_ci.yml'
pull_request:
paths:
@ -68,6 +70,8 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
- 'vlib/x/json2/**.v'
- 'vlib/x/json2/decoder2/**.v'
- '**/sanitized_ci.yml'
concurrency: