-
Notifications
You must be signed in to change notification settings - Fork 48
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
WAIT step #12
Comments
You could use https://github.com/EnricoMi/download-buildkite-artifact-action to wait for the build in the meanwhile. |
is there any timeline for this feature to be implemented? |
Hi @espipj, We will try to get this scheduled in a week or two. |
Hello @lizrabuya . It is definitely not ideal but it seems that's what @EnricoMi action is doing if I'm not wrong. So that's what I am using at the moment. |
any news on timeline? Would prefer not to poll :( |
Hi @davidohlin I think polling is the only option here as there is no gear that would allow waiting on a step. The best we could do is "hide" the polling within this action workflow so its transparent to the user. However, this isn't high on our list of things to get to - although we do agree it would be useful. Would you be open to providing a PR to add this functionality? That would help us out a lot |
This issues should be addressed in this PR #62 |
Hi folks, I can see adding
WAIT
functionality is on your roadmap. Do you have any idea on when that might be available?In lieu of that I guess I could do some polling to see when the build is done?
The text was updated successfully, but these errors were encountered: