-
Notifications
You must be signed in to change notification settings - Fork 24
Use shared-actions/changed-files action #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Output from changed-files workflow with a modified The above proves that this workflow works. |
|
CI run with the latest changes: https://github.com/rapidsai/cudf/actions/runs/19575665081/job/56060212734?pr=20689#step:2:7 |
| - name: Calculate changed files | ||
| id: changed-files | ||
| uses: step-security/changed-files@95b56dadb92a30ca9036f16423fd3c088a71ee94 # v46.0.5 | ||
| uses: rapidsai/shared-actions/changed-files@changed-files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this change before merging:
| uses: rapidsai/shared-actions/changed-files@changed-files | |
| uses: rapidsai/shared-actions/changed-files@main |
| - name: Check changed files | ||
| id: changed-files | ||
| if: ${{ inputs.enable_check_version_files_changed }} | ||
| uses: rapidsai/shared-actions/changed-files@changed-files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this change before merging:
| uses: rapidsai/shared-actions/changed-files@changed-files | |
| uses: rapidsai/shared-actions/changed-files@main |
No description provided.