Skip to content

Commit

Permalink
feat: add option to skip summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe committed Oct 8, 2024
1 parent 84931c6 commit bc5e966
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 542 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading

0 comments on commit bc5e966

Please sign in to comment.