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

[Bug]: Status check for run_ci github action is not running, "Expected — Waiting for status to be reported" #452

Closed
Mustaballer opened this issue Aug 1, 2023 · 2 comments · Fixed by #477
Labels
bug Something isn't working

Comments

@Mustaballer
Copy link
Collaborator

Describe the bug

I expected that the status check would run on every commit for all open PRs. However none of them have been executed. Instead the response is ""Expected — Waiting for status to be reported". As a result status checks have been disabled for now.
image

To Reproduce

Create a PR and make a commit once status checks are re-enabled and check to see if the github action was run.

@Mustaballer Mustaballer added the bug Something isn't working label Aug 1, 2023
@Mustaballer
Copy link
Collaborator Author

If you directly branch off the openadapt repo(not off your forked repo), the status checks do run, and you will notice either a ✅ or ❌ indicating whether the status check passed or not.

See below for an ex:
image

@Mustaballer
Copy link
Collaborator Author

There is another issue that has been persisted since #463 was merged. Currently, these actions are initiated after each commit push, but they exclusively target the main branch, disregarding the specific branch that is being pushed to. To resolve this matter, this PR should address this by adding a reference to the branch and the repository itself during the checkout process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant