-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error occur from retest
GitHub Actions
#405
Comments
hi @yuluo-yx Please help to take a look at this error. |
I just reverted it. We can add it once you fixed it. |
Maybe the version should be lowercase api-testing/.github/workflows/command.yml Line 23 in 42c4eb2
|
sorry, is my question, It version is |
But why it is triggered no matter what comment is created. I think we need to add a filter. It can be triggered only the specific comment created. |
The current logic is to get the comment content and run the failed task if it is /retest. I'll implement his. 🤔 |
I'm not sure if GitHub Actions support that kind of filter. |
Let me see the documentation and study it |
@LinuxSuRen I study envoy repo command.yml. I've found that I have to run a workflows anyway, and github doesn't have a hook for that. For more information you can refer to this comment, it's not /retest but judging from the action logs, it's still executing it, but not the retest action action: |
I'm afraid too many triggers will burn out the GitHub Actions minutes. See also the official document.
|
got it, It's a factor that really needs to be taken into account 🤔 |
By the way, you can make it be a webook server. And I know a free service that can deploy it. See https://zeabur.com/pricing |
tks, let me study |
Description:
Repro steps:
Environment:
Logs:
The text was updated successfully, but these errors were encountered: