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

Keep running update process even if step fails #152

Closed
augusto-herrmann opened this issue May 3, 2022 · 0 comments · Fixed by #153
Closed

Keep running update process even if step fails #152

augusto-herrmann opened this issue May 3, 2022 · 0 comments · Fixed by #153
Labels

Comments

@augusto-herrmann
Copy link
Collaborator

The last three automatic data updates have failed because the Brazilian data update fails (the portal returns a server error).

The current Github Actions workflow makes it so that, if a step fails, the next steps are aborted.

Having separate workflows would solve that, but then we have the problem of needing to rebase the repository before merging each update. Another possible solution is to keep all updates in a single workflow, but making the subsequent steps run even if the previous ones fail.

augusto-herrmann added a commit that referenced this issue May 8, 2022
with git pull step to sync git repositories and avoid conflict.
Fixes #152
augusto-herrmann added a commit that referenced this issue May 8, 2022
with git pull step to sync git repositories and avoid conflict.
Fixes #152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant