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

Add timeouts to jobs #946

Merged
merged 3 commits into from
Feb 9, 2025
Merged

Conversation

mhucka
Copy link
Contributor

@mhucka mhucka commented Feb 9, 2025

Google best practices for GitHub Actions recommend setting timeouts on jobs, to guard against unexpected problems causing jobs to take the full 60 minute GitHub default (go/github-actions#set-a-job-timeout).

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Google best practices for GitHub Actions recommend setting timeouts on
jobs, to guard against unexpected problems causing jobs to take the
full 60 minute GitHub default (go/github-actions#set-a-job-timeout).

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@mhucka mhucka marked this pull request as ready for review February 9, 2025 06:21
@mhucka mhucka merged commit 88599e5 into quantumlib:master Feb 9, 2025
14 checks passed
@mhucka mhucka deleted the mh-add-timeouts-to-workflows branch February 11, 2025 20:07
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.

None yet

1 participant