You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's best to run that in 3 separate jobs on github action, instead of 3 steps in the same job
either that OR there might be an option on github action to ignore failed steps
I have a script that runs on a GitHub action, which calls 3 times the indexing script, each time for a different URL.
Because of rate limiting, they all use different Google keys.
The problem is that, if the first one fails, the whole GitHub action exits, even though they're individually wrapped in
try...catch
blocks.Any chance this could be changed, and left for the dev to decide when to exit the process?
Thanks!
The text was updated successfully, but these errors were encountered: