amazon-ion / ion-c

A C implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
166 stars 43 forks source link

Fix pattern in the performance regression detection workflow #337

Closed nirosys closed 1 year ago

nirosys commented 1 year ago

Issue #, if available: n/a

Description of changes: This PR fixes the path in the performance regression detection workflow. Previous to this PR the glob only matched changes directly under the ionc/ directory. This PR adjusts the glob to match any path below ionc/.

Glob syntax documentation here for reference.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.