Skip to content

Commit

Permalink
change runner to ubicloud [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Jul 12, 2024
1 parent ed76ed1 commit 0834b71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
black:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -28,7 +28,7 @@ jobs:
run: black --check .

tests:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -48,7 +48,7 @@ jobs:
run: bash scripts/ci.sh

bump-version:
runs-on: ubuntu-latest
runs-on: ubicloud
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
Expand All @@ -73,7 +73,7 @@ jobs:
branch: ${{ github.ref }}

release:
runs-on: ubuntu-latest
runs-on: ubicloud
needs: [black, tests, bump-version]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 0834b71

Please sign in to comment.