diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b53b65d..176753a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: concurrent_skipping: 'never' skip_after_successful_duplicate: 'true' paths_ignore: '["**/README.md", "**/docs/**"]' + skip_summary: 'true' main_job: needs: pre_job diff --git a/action.yml b/action.yml index 2adc895..fe0cbfe 100644 --- a/action.yml +++ b/action.yml @@ -36,6 +36,10 @@ inputs: description: 'One of never, same_content, same_content_newer, outdated_runs, always' required: true default: 'never' + skip_summary: + description: 'If true, make the workflow logs shorter' + required: false + default: 'false' outputs: should_skip: description: 'Returns true if the current run should be skipped according to your configured rules' diff --git a/dist/index.js b/dist/index.js index b972596..45838f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -437,7 +437,10 @@ function exitSuccess(args) { summary.push('