Skip to content

Commit

Permalink
Use runners labeled with simphony-osp for the CI (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex authored Dec 6, 2022
1 parent 3d1f77a commit 1afbefa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
PEP8:
runs-on: self-hosted
runs-on: [self-hosted, simphony-osp]
steps:
- uses: actions/checkout@v3

Expand All @@ -16,7 +16,7 @@ jobs:
run: pre-commit run --all-files

complexity:
runs-on: self-hosted
runs-on: [self-hosted, simphony-osp]
steps:
- uses: actions/checkout@v3

Expand All @@ -26,15 +26,15 @@ jobs:
radon mi -s .
security:
runs-on: self-hosted
runs-on: [self-hosted, simphony-osp]
steps:
- uses: actions/checkout@v3

- name: Bandit
run: bandit -r osp --skip B101

testing:
runs-on: self-hosted
runs-on: [self-hosted, simphony-osp]
steps:
- uses: actions/checkout@v3
- name: tox
Expand Down

0 comments on commit 1afbefa

Please sign in to comment.