Skip to content

Commit 2abfa9a

Browse files
committed
fix(ci): resolve configuration error in GitHub Actions workflow
1 parent af15f74 commit 2abfa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
tests:
1111
name: Run Tests
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313

1414
steps:
1515
- name: Checkout code

0 commit comments

Comments
 (0)