Skip to content

Commit

Permalink
Merge pull request #205 from aquaproj/ci-set-timeout-minutes-by-ghatm
Browse files Browse the repository at this point in the history
ci: set timeout-minutes using ghatm
  • Loading branch information
suzuki-shunsuke authored Dec 25, 2024
2 parents 063e518 + f01d407 commit d8d43aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions: {}

jobs:
test-main:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions: {}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions: {}
jobs:
path-filter:
# Get changed files to filter jobs
timeout-minutes: 30
outputs:
update-aqua-checksums: ${{steps.changes.outputs.update-aqua-checksums}}
update-aqua-checksums-renovate: ${{steps.changes.outputs.update-aqua-checksums-renovate}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: update pull request branch by pull request comment
on: issue_comment
jobs:
update-branch-renovate:
timeout-minutes: 30
environment: renovate
if: |
github.event.issue.pull_request && github.event.comment.body == '/ub' && github.event.issue.user.login == 'renovate[bot]'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-enable-auto-merge-and-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
enable-auto-merge-and-approve:
# This job is used for main branch's branch protection rule's status check.
# If all dependent jobs succeed or are skipped this job succeeds.
timeout-minutes: 30
runs-on: ubuntu-latest
environment: renovate
permissions: {}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
status-check:
# This job is used for main branch's branch protection rule's status check.
# If all dependent jobs succeed or are skipped this job succeeds.
timeout-minutes: 30
runs-on: ubuntu-latest
environment: renovate
permissions: {}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: test
on: workflow_call
jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions: {}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-update-aqua-checksums-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
update-aqua-checksums-renovate:
# Update aqua-checksums.json and push a commit
timeout-minutes: 30
runs-on: ubuntu-latest
environment: renovate
steps:
Expand Down

0 comments on commit d8d43aa

Please sign in to comment.