Skip to content

CI: Minor changes to update jobs name #6190

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

Merged
merged 2 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ jobs:
# # =================================================================================================

system-tests-visualization-linux:
name: Testing and coverage visualization(Linux)
name: Testing and coverage visualization (Linux)
if: github.event.pull_request.draft == false
needs: [integration-tests]
runs-on: [ self-hosted, Linux, pyaedt ]
Expand Down Expand Up @@ -578,8 +578,12 @@ jobs:
path: junit/test-results.xml
if: ${{ always() }}

# # =================================================================================================
# # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# # =================================================================================================

system-tests-extensions-windows:
name: Testing and coverage Extensions (Windows)
name: Testing and coverage extensions (Windows)
needs: [integration-tests]
if: github.event.pull_request.draft == false
runs-on: [ self-hosted, Windows, pyaedt ]
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/6190.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor changes to update jobs name
Loading