We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b547a commit 56e9ee8Copy full SHA for 56e9ee8
2 files changed
.github/workflows/ci-build.yml
@@ -12,6 +12,7 @@ name: ci-build
12
jobs:
13
test:
14
runs-on: ubuntu-latest
15
+ timeout-minutes: 10
16
permissions:
17
contents: read
18
@@ -49,6 +50,7 @@ jobs:
49
50
51
build-container:
52
53
54
needs: test
55
56
.github/workflows/codeql.yml
@@ -12,6 +12,7 @@ jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: 'ubuntu-latest'
actions: read
0 commit comments