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

GitHub Actions Questions > Question 014 #281

Closed
MogahidGaffar opened this issue Nov 18, 2024 · 1 comment · Fixed by #282
Closed

GitHub Actions Questions > Question 014 #281

MogahidGaffar opened this issue Nov 18, 2024 · 1 comment · Fixed by #282
Labels
content Related to the content of the site

Comments

@MogahidGaffar
Copy link
Contributor

Describe the issue
GitHub Actions Questions > Question 014 's answer is not correct

"!Q14 :this code will launch 6 different jobs in parallel using the matrix strategy. Can you use the matrix strategy to parallelize entire workflows"

it should be "YES" not "NO"

beucase :
the provided code will launch 6 different jobs in parallel using the matrix strategy.
Here's how it works:
The matrix contains:
3 version values: 10, 12, and 14
2 os values: ubuntu-latest and windows-latest
This creates
3 × 2 = 6
3×2=6 unique combinations of version and os, and each combination corresponds to a separate job.

thanks..

@MogahidGaffar MogahidGaffar added the content Related to the content of the site label Nov 18, 2024
Copy link

Hello @MogahidGaffar 👋,

Please note that the core maintainer of this repository will not be available for support or any work on this repo for the upcoming months. As a result, new features will not be added during this period. Only additions or updates of new questions or study resources will be accepted.

We encourage you to follow the CONTRIBUTING guide and raise pull requests with fixes for content issues you find. Content pull requests will be reviewed by another maintainer.

Thank you for your understanding and contribution! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Related to the content of the site
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant