Remove push trigger for master branch - #33
Conversation
Removed push trigger for master branch from workflow.
Greptile SummaryThis PR removes the
Confidence Score: 5/5The PR appears safe to merge because the workflow remains manually runnable and the removal of automatic benchmark runs is explicitly intended. The only behavioral change is the documented removal of the
|
| Filename | Overview |
|---|---|
| .github/workflows/benchmark.yml | Removes the push trigger as described while preserving a valid manual workflow trigger. |
Reviews (1): Last reviewed commit: "Remove push trigger for master branch" | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions benchmark workflow so it no longer runs automatically on pushes to the master branch, leaving it manually triggerable only via workflow_dispatch.
Changes:
- Removed the
pushtrigger forbranches: [ master ]from the benchmark workflow. - Kept the workflow runnable via manual dispatch (
workflow_dispatch).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request makes a small change to the GitHub Actions workflow configuration by removing the automatic trigger for the benchmark workflow on pushes to the
masterbranch. The workflow can now only be triggered manually.Removed push trigger for master branch from workflow.Description
Brief description of the changes.
Motivation
Why is this change needed?
Changes
Testing
./mvnw clean verify)./mvnw verify -Pquality)Checklist
./mvnw spotless:apply)