Skip to content

Commit 842a58a

Browse files
author
Obada Haddad
committed
change to github hosted runner
1 parent 79cbda1 commit 842a58a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on: [push]
33
jobs:
44
build:
55
name: Build necessary services
6-
runs-on: self-hosted
6+
# runs-on: self-hosted
7+
runs-on: ubuntu-latest
78
steps:
89
- name: Check out repository code
910
uses: actions/checkout@v5

0 commit comments

Comments
 (0)