Skip to content

Commit

Permalink
Update ci_cd.yml (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsdavies authored Aug 20, 2024
1 parent b67faa4 commit e08d043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
tests:
name: Tests and coverage
needs: smoke-tests
runs-on: [self-hosted, pymotorcad]
runs-on: [self-hosted, pymotorcad, tests]
steps:
- uses: actions/checkout@v4

Expand All @@ -85,7 +85,7 @@ jobs:

doc-build:
name: "Building library documentation"
runs-on: [self-hosted, pymotorcad]
runs-on: [self-hosted, pymotorcad, docs]
needs: doc-style
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e08d043

Please sign in to comment.