Skip to content

Commit

Permalink
Add a job summary (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Sep 26, 2022
1 parent aac2bd1 commit 3d95da3
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 263 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Expand Up @@ -37,28 +37,6 @@ jobs:
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md", "**/docs/**"]'

- name: Print outputs
run: |
echo '::group::should_skip'
echo '${{ steps.skip_check.outputs.should_skip }}'
echo '::endgroup::'
echo '::group::reason'
echo '${{ steps.skip_check.outputs.reason }}'
echo '::endgroup::'
echo '::group::skipped_by'
echo '${{ toJSON(fromJSON(steps.skip_check.outputs.skipped_by)) }}'
echo '::endgroup::'
echo '::group::paths_result'
echo '${{ toJSON(fromJSON(steps.skip_check.outputs.paths_result)) }}'
echo '::endgroup::'
echo '::group::changed_files'
echo '${{ toJSON(fromJSON(steps.skip_check.outputs.changed_files)) }}'
echo '::endgroup::'
main_job:
needs: pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
Expand Down

0 comments on commit 3d95da3

Please sign in to comment.