Mozilla-Actions / sccache-action

sccache github action
Apache License 2.0
114 stars 22 forks source link

[Feature] Add option to not display sccache stats in workflow summary #125

Open lcheylus opened 3 months ago

lcheylus commented 3 months ago

With PR #113, there is now an annotation and a summary table with sccache stats for each job at the end of a workflow. sccache stats are also available in a "Post Run" step for each job.

For some jobs, I would like to have an option for this action to NOT add "sccache stats" in annotation and summary table. For example, add option stats (true by default):

uses: mozilla-actions/sccache-action@v0.0.5
with:
  version: "v0.7.4"
  stats: false

@orf As author of this PR, please could you add this option ?

Arguments for my request:

sylvestre commented 2 months ago

@orf ping ? :)