Resolve failures in updating workflow #103
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Looks like as of #101, our scheduled run to check for GPU CI updates has been failing:
https://github.com/rapidsai/dask-build-environment/actions/runs/11023751994/job/30615634982
Digging through a failed run, seems like the issue is that
the-coding-turtle/[email protected]
no longer implicitly exports the parsed YAML values to the GHA env; this PR updates the step's configuration to do this.Also dropped my name from the list of reviewers opened by the auto-generated PR, as in practice I should now get pinged through the CODEOWNERS file.