Skip to content

Commit

Permalink
Merge pull request #1899 from holium/decrease-build-timeout
Browse files Browse the repository at this point in the history
Decrease GH timout from 360 to 30 minutes per step
  • Loading branch information
gdbroman authored Jul 12, 2023
2 parents 5819379 + ea51334 commit bc42c40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy]
runs-on: macos-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -203,6 +205,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy]
runs-on: ubuntu-latest
timeout-minutes: 30
container:
image: electronuserland/builder:wine
steps:
Expand Down Expand Up @@ -333,6 +336,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy, build-mac, build-windows, build-linux]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -402,6 +406,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy, build-mac, build-windows, build-linux, deploy-desks]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -463,6 +468,7 @@ jobs:
if: always() && contains(github.event.pull_request.labels.*.name, 'build')
needs: [pre-deploy, post-deploy]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
#
- name: Checkout repository
Expand Down

0 comments on commit bc42c40

Please sign in to comment.