Revert "[ci] automatically trigger tests in releasing PR" - #900
Conversation
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
WalkthroughThis update modifies two GitHub Actions workflow YAML files. The manual workflow dispatch trigger ( Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub
participant PullRequestWorkflow
participant TagsWorkflow
GitHub->>PullRequestWorkflow: PR opened/labeled "release"
PullRequestWorkflow->>PullRequestWorkflow: Run workflow (no manual SHA input)
GitHub->>TagsWorkflow: Tag pushed
TagsWorkflow->>TagsWorkflow: Run workflow (no dispatch to PR workflow)
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Revert #894 due to fact this logic does not trigger checks in pull requests <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed support for manually triggering the pull request release workflow. - Simplified release workflow to run automatically only on labeled pull requests. - Eliminated the step in the tags workflow that triggered release verification via manual dispatch. <!-- end of auto-generated comment: release notes by coderabbit.ai --> (cherry picked from commit e1c1461) Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
Revert #894 due to fact this logic does not trigger checks in pull requests
Summary by CodeRabbit