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

[Core feature request] fail-fast and max-parallel for matrix strategy #287

Closed
Vampire opened this issue Jun 17, 2022 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@Vampire
Copy link
Collaborator

Vampire commented Jun 17, 2022

What feature do you need?
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel

Do you have an example usage?

strategy:
    fail-fast: false
    max-parallel: 2
    matrix:
        environment:
            - windows-2019
            - windows-2022
            - windows-latest
@Vampire Vampire added the enhancement New feature or request label Jun 17, 2022
@Vampire Vampire changed the title [Core feature request] fail-fast for matrix strategy [Core feature request] fail-fast and max-parallel for matrix strategy Jun 18, 2022
@krzema12 krzema12 added this to the v1 (stable) milestone Sep 28, 2022
@krzema12
Copy link
Member

Moving this scope to #368.

@krzema12 krzema12 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants