-
Notifications
You must be signed in to change notification settings - Fork 132
chore: update CI workflows to ansys/actions v10 #3959
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
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Reviewer's GuideUpdated CI and auxiliary workflows to use latest ansys/actions v10 by switching from pinned commit hashes to the main branch for all ansys/actions steps. Sequence Diagram: Updated Interaction for Fetching ansys/actionssequenceDiagram
participant GHA_Runner as "GitHub Actions Runner"
participant AnsysActionsRepo as "ansys/actions Repository"
alt Previous method (specific commit)
GHA_Runner->>AnsysActionsRepo: Request action@commit_hash (e.g., v9.0.12)
activate AnsysActionsRepo
AnsysActionsRepo-->>GHA_Runner: Return action code from commit_hash
deactivate AnsysActionsRepo
else Current method (main branch)
GHA_Runner->>AnsysActionsRepo: Request action@main
activate AnsysActionsRepo
AnsysActionsRepo-->>GHA_Runner: Return action code from "main" branch
deactivate AnsysActionsRepo
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @germa89 - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…pymapdl into ci/test-ansys/actions-v10
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3959 +/- ##
==========================================
+ Coverage 88.28% 88.30% +0.01%
==========================================
Files 187 187
Lines 14906 14906
==========================================
+ Hits 13160 13162 +2
+ Misses 1746 1744 -2 🚀 New features to boost your workflow:
|
Description
Testing
Issue linked
NA
Summary by Sourcery
CI: