Skip to content

Commit

Permalink
change runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailprivalov committed Sep 27, 2022
1 parent ea0ce57 commit ac8ce71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
black-lint:
runs-on: [self-hosted, ubuntu-latest]
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bumpVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
name: Update Version
jobs:
createPullRequestWithNewVersion:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: [self-hosted, ubuntu-latest]
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
flake8-lint:
runs-on: [self-hosted, ubuntu-latest]
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
build:
runs-on: [self-hosted, ubuntu-latest]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ac8ce71

Please sign in to comment.