Skip to content

Commit 4537001

Browse files
author
Dennis Labordus
committed
Updated timeouts of GitHub Action.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 2490ab9 commit 4537001

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
name: Build
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 15
22+
timeout-minutes: 30
2323

2424
steps:
2525
- name: Checkout

.github/workflows/release-project.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
types: [released]
1010

1111
jobs:
12-
push_to_registry:
13-
name: Build and publish
12+
release_project:
13+
name: Release project
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 30
16+
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v2

.github/workflows/sonarcloud-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
- 'develop'
1717

1818
jobs:
19-
build:
20-
name: Build
19+
sonar-check:
20+
name: Sonar Check
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 15
2323

0 commit comments

Comments
 (0)