Refactor github.actor to replace 'fixed' strings and add context checks of buildx for sequential compilation and partial failures scenario
Description
-
Refactor github.actor: Replace 'fixed' strings with the more flexible github.actor. This change ensures that workflows accommodate any general actor who forks the repository and utilizes GitHub Actions, rather than being limited to fixed string values.
-
Context Checks for Buildx: Implement context checks in the buildx step, especially when using a single linux-xxx-cpu8 for parallel workflows. This ensures the build context is correctly validated, addressing potential issues in sequential compilation and scenarios where partial failures might occur.
This pull request requires additional validation before any workflows can run on NVIDIA's runners.
Pull request vetters can view their responsibilities here.
Contributors can view more details about this message here.
CLA Assistant Lite bot All Contributors have signed the CLA.
I have read the Contributor License Agreement and I hereby accept the Terms.