mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 04:21:12 -04:00
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.