Skip to content

Commit

Permalink
Issue checkstyle#15596: Restoring the label feature in new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush kumar sadangi authored and romani committed Aug 31, 2024
1 parent 5472ce3 commit e59017f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regression-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
outputs:
config_link: ${{ steps.parse_description.outputs.config_link }}
projects_link: ${{ steps.parse_description.outputs.projects_link }}
report_label: ${{ steps.parse_description.outputs.report_label }}
steps:
- name: Restore Master Checkstyle Checkout
uses: actions/cache@v4
Expand Down Expand Up @@ -351,6 +352,7 @@ jobs:
outputs:
branch: ${{ steps.set_branch.outputs.ref }}
commit_sha: ${{ steps.set_branch.outputs.commit_sha }}
report_label: ${{ needs.handle_configs_in_pr_description.outputs.report_label }}
steps:
- name: Restore Master Checkstyle Checkout
uses: actions/cache@v4
Expand Down Expand Up @@ -519,6 +521,8 @@ jobs:
fi
- name: Copy Report to AWS S3 Bucket
env:
LABEL: ${{ needs.download_configs.outputs.report_label }}
run: |
bash
TIME=$(date +%Y%H%M%S)
Expand Down

0 comments on commit e59017f

Please sign in to comment.