diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6eb14ba..783f8be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -158,8 +158,10 @@ jobs: container: git.oblachno.oblachno.fyi/oblachno-oss/runner-images/ci-full:latest timeout-minutes: 10 strategy: + fail-fast: true + max-parallel: 3 matrix: - runner-index: [1, 2, 3] + runner-index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] steps: - uses: actions/checkout@v4 - name: Set up environment