We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae2851 commit 899621fCopy full SHA for 899621f
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ concurrency:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ timeout-minutes: 10
11
12
strategy:
13
fail-fast: false
@@ -33,6 +34,7 @@ jobs:
33
34
isolated:
35
name: "Test isolated"
36
37
38
39
40
matrix:
.github/workflows/experimental.yml
@@ -7,6 +7,7 @@ on:
0 commit comments