Skip to content

Commit ea5aa93

Browse files
authored
Added cicd improvements
1 parent 921dff4 commit ea5aa93

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docker-build-and-push-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: docker-build-and-push-develop-ci
33
on:
44
push:
55
branches:
6-
- "develop"
6+
- develop
77

88
jobs:
99
docker-build-gameserver-image:
10+
timeout-minutes: 15
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout

.github/workflows/docker-build-and-push-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: docker-build-and-push-prod-ci
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- master
77

88
jobs:
99
docker-build-gameserver-image:
10+
timeout-minutes: 15
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout

.github/workflows/unittest-on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
jobs:
1111
unit-test-amd64:
1212
name: Docker - Test Linux-amd64 image
13+
timeout-minutes: 15
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Get Runner Info

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 2025-07-17
66

77
- Added new config-settings for v0.6.0 @GlitchApotamus (#301)
8-
- Added different mechanics for ci/cd pipeline unit-tests
8+
- Added different mechanics for ci/cd pipeline unit-tests and timeouts for PRs
99

1010
## 2025-03-22
1111

0 commit comments

Comments
 (0)