Skip to content

Commit

Permalink
modify pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Apr 5, 2024
1 parent 9c7d104 commit cbfb67f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
remote-connect:
name: Remote connect test and coverage - Mechanical ${{ matrix.mech-version.mechanical-version }}
runs-on: public-ubuntu-latest-8-cores
needs: [smoke-tests, revn-variations, config-matrix]
needs: [revn-variations, config-matrix]
continue-on-error: ${{ matrix.mech-version.experimental }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
name: Embedding testing and coverage
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [style, revn-variations]
needs: [revn-variations, config-matrix]
container:
image: ${{ needs.revn-variations.outputs.test_container }}
options: --entrypoint /bin/bash
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
container:
image: ${{ needs.revn-variations.outputs.test_container }}
options: --entrypoint /bin/bash
needs: [ smoke-tests, revn-variations]
needs: [revn-variations, config-matrix]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cbfb67f

Please sign in to comment.