Skip to content

Commit 20a03c6

Browse files
committed
ci: add timeout-minutes to the jobs in the two repaired workflows
While these two files are open for the startup_failure repair, add the job-level timeout-minutes the estate convention (and Hypatia workflow_audit) expects, clearing the missing_timeout_minutes findings for boj-build.yml and changelog-reusable.yml at root. Scope kept to the files this PR already edits. https://claude.ai/code/session_011xv3VLrqeXkpjXxUojKz82
1 parent 2c869e2 commit 20a03c6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818
jobs:
1919
trigger-boj:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 10
2122
if: ${{ vars.BOJ_SERVER_URL != '' || secrets.BOJ_SERVER_URL != '' }}
2223
steps:
2324
- name: Checkout

.github/workflows/changelog-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
generate:
5555
name: Generate CHANGELOG.md
5656
runs-on: ${{ inputs.runs-on }}
57+
timeout-minutes: 10
5758
permissions:
5859
contents: write
5960
pull-requests: write

0 commit comments

Comments
 (0)