-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial action implemention #1
Conversation
I noticed if you re-run a job you can end up finding more artifacts than the |
Looks like I got a natural race condition on "Setup Complex" https://github.com/beacon-biosignals/matrix-output/actions/runs/10376653588/job/28729096768?pr=1 just after I added the artificial race condition test. |
Checkout is causing me grief now:
– https://github.com/beacon-biosignals/matrix-output/actions/runs/10377452845/job/28731668322?pr=1 |
Just fixed a bug where when two jobs wait for each other they weren't finding their sync artifacts due to comparing a numeric value with string in I'm rather glad I hit this minor bug has it demonstrated that is possible for two jobs to have a complete set of outputs. Previously, this was just a theoretical problem. |
Implements a working solution for capturing output from all jobs in a matrix. See https://github.com/orgs/community/discussions/26639 for general discussion on this GitHub issue.
See the
design.md
file for details on the implementation details and design decisions behind this action.Depends on: