We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ff4c commit f4b9431Copy full SHA for f4b9431
.github/workflows/test.yml
@@ -8,7 +8,6 @@ on:
8
9
jobs:
10
test:
11
- runs-on: self-hosted
12
strategy:
13
fail-fast: false
14
matrix:
.github/workflows/tests-reusable.yml
@@ -10,7 +10,7 @@ on:
name: Run tests
- runs-on: ubuntu-latest
+ runs-on: self-hosted
15
steps:
16
- name: Checkout repository
0 commit comments