-
Notifications
You must be signed in to change notification settings - Fork 762
ci: add non-op workflow dispatch to silence error #5439
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
Conversation
Greptile SummaryAdded
|
| Filename | Overview |
|---|---|
| .github/workflows/tensorzero-ci-bot-failure-diagnosis.yml | Added workflow_dispatch trigger to silence GitHub's validation error for workflows without triggers |
Sequence Diagram
sequenceDiagram
participant GH as GitHub
participant WF as Workflow File
participant Val as GitHub Validator
Note over GH,Val: Before Change
Val->>WF: Validate workflow structure
WF-->>Val: "on:" key present but fully commented
Val->>GH: ERROR: No valid triggers defined
GH->>GH: Display validation error
Note over GH,Val: After Change
Val->>WF: Validate workflow structure
WF-->>Val: "on:" key with workflow_dispatch trigger
Val->>GH: ✓ Valid workflow (manual trigger available)
GH->>GH: No validation error displayed
|
@codex review |
|
@cursor review |
PR SummaryIntroduces a manual
Written by Cursor Bugbot for commit 6c3f286. This will update automatically on new commits. Configure here. |
|
Codex Review: Didn't find any major issues. You're on a roll. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!
Silence gh workflow validation error.
Important
Adds
workflow_dispatchtrigger to silence validation errors intensorzero-ci-bot-failure-diagnosis.yml.workflow_dispatchtrigger to.github/workflows/tensorzero-ci-bot-failure-diagnosis.ymlto silence validation errors.This description was created by
for 713bd2e. You can customize this summary. It will automatically update as commits are pushed.