Skip to content

Commit a000bff

Browse files
authored
Merge pull request #356 from cipherstash/fix/set-timeout-on-gh-actions-jobs
fix(ci): error if GitHub Actions jobs run > 30m
2 parents 4edb6ac + 5d2c04e commit a000bff

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
env:
2525
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
2626
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net
27+
timeout-minutes: 30
2728

2829
steps:
2930
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
env:
2323
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
2424
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net
25+
timeout-minutes: 30
2526

2627
runs-on: ${{matrix.build.os}}
2728
steps:
@@ -104,6 +105,7 @@ jobs:
104105
merge:
105106
name: Publish multi-platform image
106107
runs-on: linux-arm64-public
108+
timeout-minutes: 30
107109
needs:
108110
- build
109111
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
PG_VERSION: ${{ matrix.pg_version }}
2424
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
2525
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net
26+
timeout-minutes: 30
2627

2728
steps:
2829
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)