Skip to content

Commit f4b9431

Browse files
committed
Fix the above
1 parent cb0ff4c commit f4b9431

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: self-hosted
1211
strategy:
1312
fail-fast: false
1413
matrix:

.github/workflows/tests-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
test:
1212
name: Run tests
13-
runs-on: ubuntu-latest
13+
runs-on: self-hosted
1414

1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)