Skip to content

Conversation

@Shubh-Raj
Copy link

Closes #456

Add explicit job timeouts to prevent stuck workflows from consuming CI resources for hours (GitHub default is 6 hours).

Changes

  • Added timeout-minutes: 15 to build.yml build job
  • Added timeout-minutes: 20 to build-and-publish.yml build job

Flags

  • No functional impact on workflow behavior
  • CI-only change, no code changes

Screenshots or Video

N/A - CI workflow configuration change only

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to master from fork:branchname

Add explicit timeout-minutes to all jobs to prevent stuck workflows
from consuming CI resources for hours (default is 6 hours).

- build.yml: 15 minutes
- build-and-publish.yml: 20 minutes

Closes accordproject#456

Signed-off-by: Shubh-Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

# chore(ci): add job timeout to prevent hung workflows

1 participant