Skip to content

Commit

Permalink
Switch to Github hosted runners and remove unnecessary workflow trigg…
Browse files Browse the repository at this point in the history
…er (release) [skip ci]
  • Loading branch information
adeveloper-wq committed Jun 26, 2024
1 parent 705cc00 commit 0938d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- stable
- release
tags:
- v*

Expand All @@ -15,7 +14,7 @@ env:

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
container: python:3.9

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
container: python:3.9

steps:
Expand Down

0 comments on commit 0938d84

Please sign in to comment.