Files
compiler-explorer/.github/workflows
Partouf 3fe5d8687a Fix path filter glob in infra-settings check workflow
GitHub Actions filter patterns treat '+' as a quantifier, so
'c++.amazon.properties' was an invalid glob and caused GitHub to silently
reject the entire workflow file (run failed in 0s with no jobs).

Broaden the filter to all etc/config/*.amazon{,win}.properties and rely
on the Python script's curated SCOPED_FILES list to limit the actual
check. Non-scoped property file changes will trigger the workflow but
exit immediately with no comment.
2026-05-04 20:49:24 +02:00
..
2025-06-09 20:24:26 +02:00
2025-06-09 20:24:08 +02:00