diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2be01930..4fa308cd 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -37,7 +37,7 @@ jobs: tests: name: Tests and coverage - runs-on: self-hosted + runs-on: [self-hosted, pyfluent] strategy: fail-fast: false matrix: @@ -77,7 +77,7 @@ jobs: docs: name: Documentation - runs-on: self-hosted + runs-on: [self-hosted, pyfluent] strategy: matrix: image-tag: [latest]