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

Reorganize github actions #43

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Reorganize github actions #43

merged 2 commits into from
Oct 11, 2024

Conversation

ajlail98
Copy link
Member

@ajlail98 ajlail98 commented Oct 8, 2024

Might help to address #40. I've tested the component pieces of the readme updating workflow, and they all seem to work. I believe the issue is that the two actions (render_readme and generate_tally) are running in parallel when they need to be running in order. So to fix that, I added a new workflow .yml file that combines the two jobs, with a needs: statement to make sure they run in the order 1) generate_tally and 2) render_readme.

@ajlail98 ajlail98 requested a review from nrminor October 8, 2024 19:50
@nrminor nrminor merged commit dfdc28f into main Oct 11, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants