catchpoint / workflow-telemetry-action

Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline
Apache License 2.0
292 stars 39 forks source link

Apply diff of dist #62

Closed massongit closed 8 months ago

massongit commented 8 months ago

After https://github.com/catchpoint/workflow-telemetry-action/pull/40, diff is not applied in dist directory. As a result, CI build is failed: https://github.com/catchpoint/workflow-telemetry-action/actions/runs/7949647883/job/21701046549?pr=61 ( https://github.com/catchpoint/workflow-telemetry-action/pull/61 ) Therefore, I apply diff.

massongit commented 8 months ago

CI build failed because you didn't approve to run CI and didn't run it for pull requests from the forked repository before merging. Therefore, in such cases, please approve and run it before merging.

massongit commented 8 months ago

https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging I also recommend that you configure the above settings to this repository.

serkan-ozal commented 8 months ago

Thanks for your fix @massongit