We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de6322 commit 351c034Copy full SHA for 351c034
.github/workflows/run-tests-head.yml
@@ -9,10 +9,9 @@ on:
9
10
jobs:
11
test-ch-head:
12
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, style-checker]
13
strategy:
14
- fail-fast: true
15
- max-parallel: 1
+ fail-fast: truek
16
matrix:
17
go:
18
- "1.20"
.github/workflows/run-tests.yml
@@ -14,10 +14,9 @@ on:
single-node:
19
fail-fast: true
20
21
22
23
@@ -43,12 +42,11 @@ jobs:
43
42
44
integration-tests-cloud:
45
if: ${{ false }} # disabled for now
46
47
defaults:
48
run:
49
shell: bash
50
51
52
53
54
0 commit comments