Skip to content

Commit

Permalink
increase timeout; run on forks (#2798)
Browse files Browse the repository at this point in the history
Signed-off-by: chipzoller <chipzoller@gmail.com>
  • Loading branch information
chipzoller authored Dec 1, 2023
1 parent 5146ecf commit ad05872
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Chart build

on:
workflow_dispatch: {}
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
pull_request:
branches:
- develop
Expand Down Expand Up @@ -156,7 +158,7 @@ jobs:
kubernetes-distribution: ${{ matrix.cluster.distribution }}
kubernetes-version: ${{ matrix.cluster.version }}
cluster-name: ${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
timeout-minutes: 5
timeout-minutes: 10
ttl: 10m
export-kubeconfig: true
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
Expand Down Expand Up @@ -196,7 +198,7 @@ jobs:
kubernetes-distribution: ${{ matrix.cluster.distribution }}
kubernetes-version: ${{ matrix.cluster.version }}
cluster-name: ${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
timeout-minutes: 5
timeout-minutes: 10
ttl: 10m
export-kubeconfig: true
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
Expand Down

0 comments on commit ad05872

Please sign in to comment.