steveloughran commented on code in PR #8530:
URL: https://github.com/apache/hadoop/pull/8530#discussion_r3647236377
##########
.github/workflows/report_cloud_aws.yml:
##########
@@ -32,8 +32,39 @@ permissions:
jobs:
report:
runs-on: ubuntu-latest
- if: github.event.workflow_run.event == 'pull_request'
+ if: (github.event.workflow_run.event == 'pull_request' ||
github.event.workflow_run.event == 'workflow_dispatch') &&
github.event.workflow_run.conclusion != 'skipped'
steps:
+ - name: Download manual target metadata
+ if: github.event.workflow_run.event == 'workflow_dispatch'
+ uses: actions/download-artifact@v5
Review Comment:
i think all those actions should have a hash with a version in a comment.
hash to pin to a commit; comment for dependabot to know what to update
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]