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

Disable fail fast in all experiment workflows #109

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

erichaagdev
Copy link
Member

This PR disables fail fast in all workflows.

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures

This option cancels other jobs in the same matrix when one of them fails. See this example, where there were executed cacheable tasks in experiment 2 and experiments 1 & 3 were cancelled. The other jobs should have finished soon after.

@erichaagdev erichaagdev requested a review from a team July 13, 2024 13:03
@erichaagdev erichaagdev self-assigned this Jul 13, 2024
@erichaagdev erichaagdev merged commit e8e91f3 into main Jul 15, 2024
1 check passed
@erichaagdev erichaagdev deleted the erichaagdev/fail-fast-false branch July 15, 2024 13:56
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.

2 participants