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

GitHub Actions: only run job to generate types when not in a PR #886

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

mmsinclair
Copy link
Contributor

This PR attempts to fix the case where another commit is created when a PR is opened and this messes up the checks for that PR and it becomes stuck.

My working theory for why it happens is as follows: the status of the PR never gets updated by the original job, because another commit is created immediately by the typegen and it skips CI, so never updates the status.

@mmsinclair mmsinclair merged commit 955ef7b into develop Nov 9, 2021
@mmsinclair mmsinclair deleted the feature/gh-action-skip-typegen-on-pr branch November 9, 2021 11:56
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.

None yet

3 participants