Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: set timeout-minutes using ghatm #205

Merged
merged 3 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading