-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
AS_TOOK returns undefined when ran in multiple parallel workflow jobs #135
Comments
Wouldn't it be fixed by adding |
hmm this is not a matrix per se. Jobs run in parallel, by defining the same "needs" dependencies to previous jobs. |
I see. |
Sure here you go:
|
Tried to use the matrix env var as suggested in #135 (comment) but got the same "undefined" result |
Thank you. I will investigate based on this. |
I've done it the hacky way, using the
|
If there is any update on this, I would be very interested. I have a similar situation where it's only getting the time fro the latest job. I don't know if it is possible, but maybe you could get the workflowRun time instead of the specific job? |
Code used in multiple parallel jobs:
Returns:
Jobs look like this int he visual graph:
It also happens when there is a single slack notif job that runs on its own, but still depends on multiple previous parallel jobs.
same code works for a job that's not ran in parallel with others
The text was updated successfully, but these errors were encountered: