Skip to content

Commit

Permalink
revert self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Jul 16, 2024
1 parent 04dc034 commit 66492c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: ["self-hosted", "ubuntu-latest"]
runs-on: ubuntu-latest
env:
USING_COVERAGE: '3.7,3.8,3.10,3.11,3.12'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
test-publish:
name: Test Publish
runs-on:
self-hosted
ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 66492c3

Please sign in to comment.