Skip to content
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

CI: Remove needs from manual_draft workflow #5343

Merged
merged 1 commit into from
Oct 28, 2024
Merged
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
4 changes: 0 additions & 4 deletions .github/workflows/manual_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
test-solvers-windows:
name: Testing solvers and coverage (Windows)
if: github.event.inputs.test-solvers-windows == 'yes'
needs: [smoke-tests]
runs-on: [ self-hosted, Windows, pyaedt ]
steps:
- name: Install Git and checkout project
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
test-solvers-linux:
name: Testing solvers and coverage (Linux)
if: github.event.inputs.test-solvers-linux == 'yes'
needs: [smoke-tests]
runs-on: [ self-hosted, Linux, pyaedt ]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
Expand Down Expand Up @@ -158,7 +156,6 @@ jobs:
test-windows:
name: Testing and coverage (Windows)
if: github.event.inputs.test-windows == 'yes'
needs: [smoke-tests]
runs-on: [ self-hosted, Windows, pyaedt ]
steps:
- name: Install Git and checkout project
Expand Down Expand Up @@ -223,7 +220,6 @@ jobs:
test-linux:
name: Testing and coverage (Linux)
if: github.event.inputs.test-linux == 'yes'
needs: [smoke-tests]
runs-on: [ self-hosted, Linux, pyaedt ]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
Expand Down
Loading