Skip to content

Commit

Permalink
updated ci (self-hosted)
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Jul 14, 2024
1 parent cc90bb4 commit 04dc034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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"
runs-on: ["self-hosted", "ubuntu-latest"]
env:
USING_COVERAGE: '3.7,3.8,3.10,3.11,3.12'

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

0 comments on commit 04dc034

Please sign in to comment.