Skip to content

Commit 56e9ee8

Browse files
committed
Introduce time limits on actions
1 parent 15b547a commit 56e9ee8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ name: ci-build
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 10
1516
permissions:
1617
contents: read
1718

@@ -49,6 +50,7 @@ jobs:
4950

5051
build-container:
5152
runs-on: ubuntu-latest
53+
timeout-minutes: 10
5254
needs: test
5355
permissions:
5456
contents: read

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
analyze:
1313
name: Analyze (${{ matrix.language }})
1414
runs-on: 'ubuntu-latest'
15+
timeout-minutes: 10
1516
permissions:
1617
actions: read
1718
contents: read

0 commit comments

Comments
 (0)