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

fix: generate readme should be its own ci job #546

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

anitarua
Copy link
Contributor

@anitarua anitarua commented Mar 6, 2024

Noticed github actions failures recently when updating the readme and Matt pointed out the readme generation step was being run twice, once for the windows build and once for the ubuntu build, causing a race condition and causing one of them to fail because the readme had already been generated.

This PR extracts the readme generation into a separate github actions job in the same workflow file so that will run only once.

@anitarua anitarua requested review from bruuuuuuuce and a team March 6, 2024 22:21
bruuuuuuuce
bruuuuuuuce previously approved these changes Mar 6, 2024
Copy link
Contributor

@bruuuuuuuce bruuuuuuuce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@bruuuuuuuce bruuuuuuuce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@anitarua anitarua merged commit 1692b5f into main Mar 6, 2024
10 checks passed
@anitarua anitarua deleted the fix-workflow-file branch March 6, 2024 22:57
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