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

Fix incorrect information about matrix strategy for entire workflows #274

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

mfenerich
Copy link
Contributor

@mfenerich mfenerich commented Oct 2, 2024

This pull request addresses an error in the documentation that incorrectly suggested that the matrix strategy can parallelize entire workflows.

The matrix strategy is used to run multiple jobs within a single workflow based on a combination of variables, but it does not apply to parallelizing across workflows. This correction ensures that users have the right information when configuring their GitHub Actions workflows.

PR Type

  • Adding new question(s)

Warning: We do not support the inclusion of questions directly copied from official GitHub certification exams. Please only submit original questions and content that you have created.

  • Other content changes (updating questions, answers, explanations or study resources)
  • Code changes (non-content)
  • Documentation changes
  • Other

What's new?

Updated documentation to reflect that the matrix strategy only applies to jobs within a workflow, not across multiple workflows.

Related issue(s)

Screenshots

…lows

The repository incorrectly stated that the matrix strategy can be used to parallelize entire workflows. This commit updates the documentation to clarify that matrix strategy only applies to jobs within a single workflow, not across multiple workflows.
@github-actions github-actions bot added actions Related to GitHub Actions exam content Related to the content of the site labels Oct 2, 2024
Copy link
Collaborator

@tfsjohan tfsjohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tfsjohan tfsjohan merged commit b3ba383 into FidelusAleksander:master Oct 2, 2024
5 checks passed
@mfenerich mfenerich deleted the patch-1 branch October 2, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Related to GitHub Actions exam content Related to the content of the site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants